Html Css Color HEX #488FAA Boston Blue

📋 copy color: '#488FAA'

red 72 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #488FAA

Tints of Boston Blue #488FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 18.7%
G = 37.14%
B = 44.16%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#488FAA (or 0x488FAA) is known color: Boston Blue. HEX triplet: 48, 8F and AA. RGB value is (72,143,170). Sum of RGB (Red+Green+Blue) = 72+143+170=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #488FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488FAA is #B77055. Grayscale: #7C7C7C. Windows color (decimal): -12021846 or 11177800. OLE color: 11177800.

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

Color convert

RGB 72 143 170 -
CMYK 0.58 0.16 0 0.33
HSL 196.53º 0.4% 0.47% -
HSV(B) 196.53º 0.58% 0.67% -
XYZ 19.75 23.92 41.61 -
YUV 124.85 153.48 90.3 -
System Red Green Blue C M Y K H S L
Decimal 72 143 170 0.58 0.16 0 0.33 196.53 0.4 0.47
Hex 48 8F AA 3A 10 0 21 C5 28 2F
Octal 110 217 252 72 20 0 41 305 50 57
Binary 1001000 10001111 10101010 111010 10000 0 100001 11000101 101000 101111

Color Harmonies of #488FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FAA

Black with #488FAA

Text Example


Text Example

White with #488FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,143,170); }

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

background-color css

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

 a { background-color: rgb(72,143,170); }

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

border-color css

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

 span { border-color: rgb(72,143,170); }

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