Html Css Color HEX #488AA7 Boston Blue

📋 copy color: '#488AA7'

red 72 ◦ green 138 ◦ blue 167

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

Shades of Boston Blue #488AA7

Tints of Boston Blue #488AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.3%

R = 19.1%
G = 36.6%
B = 44.3%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#488AA7 (or 0x488AA7) is known color: Boston Blue. HEX triplet: 48, 8A and A7. RGB value is (72,138,167). Sum of RGB (Red+Green+Blue) = 72+138+167=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #488AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AA7 is #B77558. Grayscale: #797979. Windows color (decimal): -12023129 or 10979912. OLE color: 10979912.

HSL color Cylindrical-coordinate representation of color #488AA7: hue angle of 198.32º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #488AA7 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 138 167 -
CMYK 0.57 0.17 0 0.35
HSL 198.32º 0.4% 0.47% -
HSV(B) 198.32º 0.57% 0.65% -
XYZ 18.74 22.34 39.88 -
YUV 121.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 72 138 167 0.57 0.17 0 0.35 198.32 0.4 0.47
Hex 48 8A A7 39 11 0 23 C6 28 2F
Octal 110 212 247 71 21 0 43 306 50 57
Binary 1001000 10001010 10100111 111001 10001 0 100011 11000110 101000 101111

Color Harmonies of #488AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AA7

Black with #488AA7

Text Example


Text Example

White with #488AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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