Html Css Color HEX #4976C2 Havelock Blue

📋 copy color: '#4976C2'

red 73 ◦ green 118 ◦ blue 194

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

Shades of Havelock Blue #4976C2

Tints of Havelock Blue #4976C2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 194 (76.17% from 255) = 50.39%

R = 18.96%
G = 30.65%
B = 50.39%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4976C2 (or 0x4976C2) is known color: Havelock Blue. HEX triplet: 49, 76 and C2. RGB value is (73,118,194). Sum of RGB (Red+Green+Blue) = 73+118+194=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #4976C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976C2 is #B6893D. Grayscale: #707070. Windows color (decimal): -11962686 or 12744265. OLE color: 12744265.

HSL color Cylindrical-coordinate representation of color #4976C2: hue angle of 217.69º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4976C2 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 118 194 -
CMYK 0.62 0.39 0 0.24
HSL 217.69º 0.5% 0.52% -
HSV(B) 217.69º 0.62% 0.76% -
XYZ 18.96 18.27 53.57 -
YUV 113.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 73 118 194 0.62 0.39 0 0.24 217.69 0.5 0.52
Hex 49 76 C2 3E 27 0 18 DA 32 34
Octal 111 166 302 76 47 0 30 332 62 64
Binary 1001001 1110110 11000010 111110 100111 0 11000 11011010 110010 110100

Color Harmonies of #4976C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4976C2

Black with #4976C2

Text Example


Text Example

White with #4976C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4976C2; }

 p { color: rgb(73,118,194); }

 H1.HeaderClassName
 {
   color: #4976C2;
 }
 .AnyTagClassName
 {
   color: #4976C2;
 }
</style>

background-color css

<style>
 a { background-color: #4976C2; }

 a { background-color: rgb(73,118,194); }

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

border-color css

<style>
 span { border-color: #4976C2; }

 span { border-color: rgb(73,118,194); }

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