Html Css Color HEX #4896AB Boston Blue

📋 copy color: '#4896AB'

red 72 ◦ green 150 ◦ blue 171

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

Shades of Boston Blue #4896AB

Tints of Boston Blue #4896AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 18.32%
G = 38.17%
B = 43.51%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4896AB (or 0x4896AB) is known color: Boston Blue. HEX triplet: 48, 96 and AB. RGB value is (72,150,171). Sum of RGB (Red+Green+Blue) = 72+150+171=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #4896AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4896AB is #B76954. Grayscale: #808080. Windows color (decimal): -12020053 or 11245128. OLE color: 11245128.

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

Color convert

RGB 72 150 171 -
CMYK 0.58 0.12 0 0.33
HSL 192.73º 0.41% 0.48% -
HSV(B) 192.73º 0.58% 0.67% -
XYZ 20.93 26.13 42.47 -
YUV 129.07 151.66 87.29 -
System Red Green Blue C M Y K H S L
Decimal 72 150 171 0.58 0.12 0 0.33 192.73 0.41 0.48
Hex 48 96 AB 3A C 0 21 C1 29 30
Octal 110 226 253 72 14 0 41 301 51 60
Binary 1001000 10010110 10101011 111010 1100 0 100001 11000001 101001 110000

Color Harmonies of #4896AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4896AB

Black with #4896AB

Text Example


Text Example

White with #4896AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4896AB; }

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

 H1.HeaderClassName
 {
   color: #4896AB;
 }
 .AnyTagClassName
 {
   color: #4896AB;
 }
</style>

background-color css

<style>
 a { background-color: #4896AB; }

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

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

border-color css

<style>
 span { border-color: #4896AB; }

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

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