Html Css Color HEX #4976CC Havelock Blue

📋 copy color: '#4976CC'

red 73 ◦ green 118 ◦ blue 204

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

Shades of Havelock Blue #4976CC

Tints of Havelock Blue #4976CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 18.48%
G = 29.87%
B = 51.65%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4976CC (or 0x4976CC) is known color: Havelock Blue. HEX triplet: 49, 76 and CC. RGB value is (73,118,204). Sum of RGB (Red+Green+Blue) = 73+118+204=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #4976CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976CC is #B68933. Grayscale: #717171. Windows color (decimal): -11962676 or 13399625. OLE color: 13399625.

HSL color Cylindrical-coordinate representation of color #4976CC: hue angle of 219.39º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4976CC is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 118 204 -
CMYK 0.64 0.42 0 0.2
HSL 219.39º 0.56% 0.54% -
HSV(B) 219.39º 0.64% 0.8% -
XYZ 20.13 18.73 59.68 -
YUV 114.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 73 118 204 0.64 0.42 0 0.2 219.39 0.56 0.54
Hex 49 76 CC 40 2A 0 14 DB 38 36
Octal 111 166 314 100 52 0 24 333 70 66
Binary 1001001 1110110 11001100 1000000 101010 0 10100 11011011 111000 110110

Color Harmonies of #4976CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4976CC

Black with #4976CC

Text Example


Text Example

White with #4976CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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