Html Css Color HEX #488AAC Boston Blue

📋 copy color: '#488AAC'

red 72 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #488AAC

Tints of Boston Blue #488AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 18.85%
G = 36.13%
B = 45.03%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#488AAC (or 0x488AAC) is known color: Boston Blue. HEX triplet: 48, 8A and AC. RGB value is (72,138,172). Sum of RGB (Red+Green+Blue) = 72+138+172=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #488AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AAC is #B77553. Grayscale: #797979. Windows color (decimal): -12023124 or 11307592. OLE color: 11307592.

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

Color convert

RGB 72 138 172 -
CMYK 0.58 0.20 0 0.33
HSL 200.4º 0.41% 0.48% -
HSV(B) 200.4º 0.58% 0.67% -
XYZ 19.21 22.53 42.37 -
YUV 122.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 72 138 172 0.58 0.20 0 0.33 200.4 0.41 0.48
Hex 48 8A AC 3A 14 0 21 C8 29 30
Octal 110 212 254 72 24 0 41 310 51 60
Binary 1001000 10001010 10101100 111010 10100 0 100001 11001000 101001 110000

Color Harmonies of #488AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AAC

Black with #488AAC

Text Example


Text Example

White with #488AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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