Html Css Color HEX #488AAB Boston Blue

📋 copy color: '#488AAB'

red 72 ◦ green 138 ◦ blue 171

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

Shades of Boston Blue #488AAB

Tints of Boston Blue #488AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

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

R = 18.9%
G = 36.22%
B = 44.88%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#488AAB (or 0x488AAB) is known color: Boston Blue. HEX triplet: 48, 8A and AB. RGB value is (72,138,171). Sum of RGB (Red+Green+Blue) = 72+138+171=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #488AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AAB is #B77554. Grayscale: #797979. Windows color (decimal): -12023125 or 11242056. OLE color: 11242056.

HSL color Cylindrical-coordinate representation of color #488AAB: hue angle of 200º 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 #488AAB is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 138 171 -
CMYK 0.58 0.19 0 0.33
HSL 200º 0.41% 0.48% -
HSV(B) 200º 0.58% 0.67% -
XYZ 19.11 22.49 41.86 -
YUV 122.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 72 138 171 0.58 0.19 0 0.33 200 0.41 0.48
Hex 48 8A AB 3A 13 0 21 C8 29 30
Octal 110 212 253 72 23 0 41 310 51 60
Binary 1001000 10001010 10101011 111010 10011 0 100001 11001000 101001 110000

Color Harmonies of #488AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AAB

Black with #488AAB

Text Example


Text Example

White with #488AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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