Html Css Color HEX #4886AB Boston Blue

📋 copy color: '#4886AB'

red 72 ◦ green 134 ◦ blue 171

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

Shades of Boston Blue #4886AB

Tints of Boston Blue #4886AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 19.1%
G = 35.54%
B = 45.36%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4886AB (or 0x4886AB) is known color: Boston Blue. HEX triplet: 48, 86 and AB. RGB value is (72,134,171). Sum of RGB (Red+Green+Blue) = 72+134+171=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #4886AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4886AB is #B77954. Grayscale: #777777. Windows color (decimal): -12024149 or 11241032. OLE color: 11241032.

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

Color convert

RGB 72 134 171 -
CMYK 0.58 0.22 0 0.33
HSL 202.42º 0.41% 0.48% -
HSV(B) 202.42º 0.58% 0.67% -
XYZ 18.55 21.37 41.67 -
YUV 119.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 72 134 171 0.58 0.22 0 0.33 202.42 0.41 0.48
Hex 48 86 AB 3A 16 0 21 CA 29 30
Octal 110 206 253 72 26 0 41 312 51 60
Binary 1001000 10000110 10101011 111010 10110 0 100001 11001010 101001 110000

Color Harmonies of #4886AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886AB

Black with #4886AB

Text Example


Text Example

White with #4886AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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