Html Css Color HEX #4996AE Boston Blue

📋 copy color: '#4996AE'

red 73 ◦ green 150 ◦ blue 174

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

Shades of Boston Blue #4996AE

Tints of Boston Blue #4996AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 18.39%
G = 37.78%
B = 43.83%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4996AE (or 0x4996AE) is known color: Boston Blue. HEX triplet: 49, 96 and AE. RGB value is (73,150,174). Sum of RGB (Red+Green+Blue) = 73+150+174=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #4996AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4996AE is #B66951. Grayscale: #818181. Windows color (decimal): -11954514 or 11441737. OLE color: 11441737.

HSL color Cylindrical-coordinate representation of color #4996AE: hue angle of 194.26º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4996AE is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 150 174 -
CMYK 0.58 0.14 0 0.32
HSL 194.26º 0.41% 0.48% -
HSV(B) 194.26º 0.58% 0.68% -
XYZ 21.29 26.29 44 -
YUV 129.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 73 150 174 0.58 0.14 0 0.32 194.26 0.41 0.48
Hex 49 96 AE 3A E 0 20 C2 29 30
Octal 111 226 256 72 16 0 40 302 51 60
Binary 1001001 10010110 10101110 111010 1110 0 100000 11000010 101001 110000

Color Harmonies of #4996AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4996AE

Black with #4996AE

Text Example


Text Example

White with #4996AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4996AE; }

 p { color: rgb(73,150,174); }

 H1.HeaderClassName
 {
   color: #4996AE;
 }
 .AnyTagClassName
 {
   color: #4996AE;
 }
</style>

background-color css

<style>
 a { background-color: #4996AE; }

 a { background-color: rgb(73,150,174); }

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

border-color css

<style>
 span { border-color: #4996AE; }

 span { border-color: rgb(73,150,174); }

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