COLOR #488FB2

HEX: #488FB2
RGB: (72,143,178)

Color info

#488FB2 contains mainly green and blue colors. Web safe color of #488FB2 is #339999 (or #399).

RGB color model

#488FB2 color RGB value is (72,143,178).

  • red value is 72;
  • green value is 143;
  • blue value is 178.
RGB:
(72,143,178)
(28%,56%,70%)

RGB channels and saturation

R 72 of 255 = 28%
G 143 of 255 = 56%
B 178 of 255 = 70%

72
143
178

R + G + B ~ 51%. #488FB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 143 + 178 = 393 (100%)
R 72 of 393 ~ 18.32%
G 143 of 393 ~ 36.39%
B 178 of 393 ~ 45.29%

%18.32
%36.39
%45.29

CMYK color model

#488FB2 color CMYK value is (60,20,0,30).

  • cyan value is 59.55%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(60,20,0,30)
C60M20Y0K30 
(60%,20%,0%,30%)
(0.60/0.20/0.00/0.30)	

CMYK percentages

%59.55
%19.66
%0
%30.2

Codes

Color #488FB2 in popluar color models

488FB2
RGB72143178
HSL200°42.40%49.02%
HSB/HSV200°59.55%69.80%
CMYK59.55%19.66%0.00%
30.20%

Color #488FB2 in popluar number systems.

HEX488FB2
Decimal72143178
Binary10010001000111110110010
Octal110217262

Shades and tints

Shades of #488FB2

#488FB2
(72,143,178)
#4282A2
(66,130,162)
#3C7592
(60,117,146)
#366882
(54,104,130)
#305B72
(48,91,114)
#2A4E62
(42,78,98)
#244152
(36,65,82)
#1E3442
(30,52,66)
#182732
(24,39,50)
#121A22
(18,26,34)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #488FB2

#488FB2
(72,143,178)
#5899B9
(88,153,185)
#68A3C0
(104,163,192)
#78ADC7
(120,173,199)
#88B7CE
(136,183,206)
#98C1D5
(152,193,213)
#A8CBDC
(168,203,220)
#B8D5E3
(184,213,227)
#C8DFEA
(200,223,234)
#D8E9F1
(216,233,241)
#E8F3F8
(232,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488FB2 color. Also use rgb(72,143,178) instead hex code.

Text Font Color

.myTextColor { color: #488FB2; }

<p style="color:#488FB2">This sample text font color is #488FB2.</p>

This text font color is #488FB2.


Background Color

.myBgColor { background-color: #488FB2; }

<div style="background-color:#488FB2">Inner text</div>

This div background color is #488FB2.


Border color

.myBorderColor { border: 1px solid #488FB2; }

<div style="border:3px solid #488FB2">Div</div>

This div border color is #488FB2.


Opacity

.myOpacity80 { color: #488FB2; opacity: 0.8; }

<p style="color:#488FB2;opacity:0.8;">80%</p>

Text with #488FB2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488FB2;}

<p style="text-shadow: 3px 3px 1px #488FB2">Text here.</p>

This text has shadow with #488FB2 color.

.textShadow {text-shadow: 3px 3px 1px #488FB2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488FB2, 5px 5px 20px red">Text here.</p>

This text has shadow with #488FB2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488FB2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488FB2, Direction=45, Strength=4)">Text</p>

This text has shadow with #488FB2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488FB2;
  -webkit-box-shadow:	1px 1px 3px 2px #488FB2;
  box-shadow:		1px 1px 3px 2px #488FB2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488FB2;
-webkit-box-shadow: 1px 1px 3px 2px #488FB2;
box-shadow:1px 1px 3px 2px #488FB2;">
Div content here</div>
This div box has shadow with color #488FB2.

Preview

Color preview on black background

This text has color #488FB2 on black background.


Color preview on white background

This text has color #488FB2 on white background.



Black color preview on #488FB2 background

This text has black color on #488FB2 background.


White color preview on #488FB2 background

This text has white color on #488FB2 background.