Html Css Color HEX #4992AB Boston Blue

📋 copy color: '#4992AB'

red 73 ◦ green 146 ◦ blue 171

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

Shades of Boston Blue #4992AB

Tints of Boston Blue #4992AB

RGB

 RED value IS 73 (28.91% from 255) = 18.72%

 GREEN value IS 146 (57.42% from 255) = 37.44%

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

R = 18.72%
G = 37.44%
B = 43.85%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4992AB (or 0x4992AB) is known color: Boston Blue. HEX triplet: 49, 92 and AB. RGB value is (73,146,171). Sum of RGB (Red+Green+Blue) = 73+146+171=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #4992AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4992AB is #B66D54. Grayscale: #7E7E7E. Windows color (decimal): -11955541 or 11244105. OLE color: 11244105.

HSL color Cylindrical-coordinate representation of color #4992AB: hue angle of 195.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4992AB is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 146 171 -
CMYK 0.57 0.15 0 0.33
HSL 195.31º 0.4% 0.48% -
HSV(B) 195.31º 0.57% 0.67% -
XYZ 20.38 24.91 42.26 -
YUV 127.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 73 146 171 0.57 0.15 0 0.33 195.31 0.4 0.48
Hex 49 92 AB 39 F 0 21 C3 28 30
Octal 111 222 253 71 17 0 41 303 50 60
Binary 1001001 10010010 10101011 111001 1111 0 100001 11000011 101000 110000

Color Harmonies of #4992AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992AB

Black with #4992AB

Text Example


Text Example

White with #4992AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,146,171); }

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

background-color css

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

 a { background-color: rgb(73,146,171); }

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

border-color css

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

 span { border-color: rgb(73,146,171); }

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