Html Css Color HEX #488BAA Boston Blue

📋 copy color: '#488BAA'

red 72 ◦ green 139 ◦ blue 170

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

Shades of Boston Blue #488BAA

Tints of Boston Blue #488BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

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

R = 18.9%
G = 36.48%
B = 44.62%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#488BAA (or 0x488BAA) is known color: Boston Blue. HEX triplet: 48, 8B and AA. RGB value is (72,139,170). Sum of RGB (Red+Green+Blue) = 72+139+170=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #488BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BAA is #B77455. Grayscale: #7A7A7A. Windows color (decimal): -12022870 or 11176776. OLE color: 11176776.

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

Color convert

RGB 72 139 170 -
CMYK 0.58 0.18 0 0.33
HSL 198.98º 0.4% 0.47% -
HSV(B) 198.98º 0.58% 0.67% -
XYZ 19.16 22.75 41.41 -
YUV 122.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 72 139 170 0.58 0.18 0 0.33 198.98 0.4 0.47
Hex 48 8B AA 3A 12 0 21 C7 28 2F
Octal 110 213 252 72 22 0 41 307 50 57
Binary 1001000 10001011 10101010 111010 10010 0 100001 11000111 101000 101111

Color Harmonies of #488BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BAA

Black with #488BAA

Text Example


Text Example

White with #488BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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