Html Css Color HEX #488BAB Boston Blue

📋 copy color: '#488BAB'

red 72 ◦ green 139 ◦ blue 171

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

Shades of Boston Blue #488BAB

Tints of Boston Blue #488BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 18.85%
G = 36.39%
B = 44.76%

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

#488BAB (or 0x488BAB) is known color: Boston Blue. HEX triplet: 48, 8B and AB. RGB value is (72,139,171). Sum of RGB (Red+Green+Blue) = 72+139+171=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #488BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BAB is #B77454. Grayscale: #7A7A7A. Windows color (decimal): -12022869 or 11242312. OLE color: 11242312.

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

Color convert

RGB 72 139 171 -
CMYK 0.58 0.19 0 0.33
HSL 199.39º 0.41% 0.48% -
HSV(B) 199.39º 0.58% 0.67% -
XYZ 19.26 22.78 41.91 -
YUV 122.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 72 139 171 0.58 0.19 0 0.33 199.39 0.41 0.48
Hex 48 8B AB 3A 13 0 21 C7 29 30
Octal 110 213 253 72 23 0 41 307 51 60
Binary 1001000 10001011 10101011 111010 10011 0 100001 11000111 101001 110000

Color Harmonies of #488BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BAB

Black with #488BAB

Text Example


Text Example

White with #488BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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