Html Css Color HEX #488AAA Boston Blue

📋 copy color: '#488AAA'

red 72 ◦ green 138 ◦ blue 170

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

Shades of Boston Blue #488AAA

Tints of Boston Blue #488AAA

RGB

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

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

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

R = 18.95%
G = 36.32%
B = 44.74%

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

#488AAA (or 0x488AAA) is known color: Boston Blue. HEX triplet: 48, 8A and AA. RGB value is (72,138,170). Sum of RGB (Red+Green+Blue) = 72+138+170=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #488AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AAA is #B77555. Grayscale: #797979. Windows color (decimal): -12023126 or 11176520. OLE color: 11176520.

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

Color convert

RGB 72 138 170 -
CMYK 0.58 0.19 0 0.33
HSL 199.59º 0.4% 0.47% -
HSV(B) 199.59º 0.58% 0.67% -
XYZ 19.02 22.46 41.36 -
YUV 121.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 72 138 170 0.58 0.19 0 0.33 199.59 0.4 0.47
Hex 48 8A AA 3A 13 0 21 C8 28 2F
Octal 110 212 252 72 23 0 41 310 50 57
Binary 1001000 10001010 10101010 111010 10011 0 100001 11001000 101000 101111

Color Harmonies of #488AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AAA

Black with #488AAA

Text Example


Text Example

White with #488AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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