Html Css Color HEX #488EAB Boston Blue

📋 copy color: '#488EAB'

red 72 ◦ green 142 ◦ blue 171

#488EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #488EAB

Tints of Boston Blue #488EAB

RGB

 RED value IS 72 (28.52% from 255) = 18.7%

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 18.7%
G = 36.88%
B = 44.42%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#488EAB (or 0x488EAB) is known color: Boston Blue. HEX triplet: 48, 8E and AB. RGB value is (72,142,171). Sum of RGB (Red+Green+Blue) = 72+142+171=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #488EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488EAB is #B77154. Grayscale: #7C7C7C. Windows color (decimal): -12022101 or 11243080. OLE color: 11243080.

HSL color Cylindrical-coordinate representation of color #488EAB: hue angle of 197.58º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488EAB is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 142 171 -
CMYK 0.58 0.17 0 0.33
HSL 197.58º 0.41% 0.48% -
HSV(B) 197.58º 0.58% 0.67% -
XYZ 19.7 23.66 42.06 -
YUV 124.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 72 142 171 0.58 0.17 0 0.33 197.58 0.41 0.48
Hex 48 8E AB 3A 11 0 21 C6 29 30
Octal 110 216 253 72 21 0 41 306 51 60
Binary 1001000 10001110 10101011 111010 10001 0 100001 11000110 101001 110000

Color Harmonies of #488EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EAB

Black with #488EAB

Text Example


Text Example

White with #488EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488EAB; }

 p { color: rgb(72,142,171); }

 H1.HeaderClassName
 {
   color: #488EAB;
 }
 .AnyTagClassName
 {
   color: #488EAB;
 }
</style>

background-color css

<style>
 a { background-color: #488EAB; }

 a { background-color: rgb(72,142,171); }

 div.DivClassName
 {
   background-color: #488EAB;
 }
 .BgClassName
 {
   background-color: #488EAB;
 }
</style>

border-color css

<style>
 span { border-color: #488EAB; }

 span { border-color: rgb(72,142,171); }

 td.TdClassName
 {
   border-color: #488EAB;
 }
 .TagClassName
 {
   border-color: #488EAB;
 }
</style>