Html Css Color HEX #488BA7 Boston Blue

📋 copy color: '#488BA7'

red 72 ◦ green 139 ◦ blue 167

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

Shades of Boston Blue #488BA7

Tints of Boston Blue #488BA7

RGB

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

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

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

R = 19.05%
G = 36.77%
B = 44.18%

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

#488BA7 (or 0x488BA7) is known color: Boston Blue. HEX triplet: 48, 8B and A7. RGB value is (72,139,167). Sum of RGB (Red+Green+Blue) = 72+139+167=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #488BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BA7 is #B77458. Grayscale: #797979. Windows color (decimal): -12022873 or 10980168. OLE color: 10980168.

HSL color Cylindrical-coordinate representation of color #488BA7: hue angle of 197.68º 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 #488BA7 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 139 167 -
CMYK 0.57 0.17 0 0.35
HSL 197.68º 0.4% 0.47% -
HSV(B) 197.68º 0.57% 0.65% -
XYZ 18.88 22.63 39.93 -
YUV 122.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 72 139 167 0.57 0.17 0 0.35 197.68 0.4 0.47
Hex 48 8B A7 39 11 0 23 C6 28 2F
Octal 110 213 247 71 21 0 43 306 50 57
Binary 1001000 10001011 10100111 111001 10001 0 100011 11000110 101000 101111

Color Harmonies of #488BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BA7

Black with #488BA7

Text Example


Text Example

White with #488BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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