Html Css Color HEX #4977CC Havelock Blue

📋 copy color: '#4977CC'

red 73 ◦ green 119 ◦ blue 204

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

Shades of Havelock Blue #4977CC

Tints of Havelock Blue #4977CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

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

R = 18.43%
G = 30.05%
B = 51.52%

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

#4977CC (or 0x4977CC) is known color: Havelock Blue. HEX triplet: 49, 77 and CC. RGB value is (73,119,204). Sum of RGB (Red+Green+Blue) = 73+119+204=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #4977CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977CC is #B68833. Grayscale: #727272. Windows color (decimal): -11962420 or 13399881. OLE color: 13399881.

HSL color Cylindrical-coordinate representation of color #4977CC: hue angle of 218.93º 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 #4977CC is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 119 204 -
CMYK 0.64 0.42 0 0.2
HSL 218.93º 0.56% 0.54% -
HSV(B) 218.93º 0.64% 0.8% -
XYZ 20.24 18.97 59.72 -
YUV 114.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 73 119 204 0.64 0.42 0 0.2 218.93 0.56 0.54
Hex 49 77 CC 40 2A 0 14 DB 38 36
Octal 111 167 314 100 52 0 24 333 70 66
Binary 1001001 1110111 11001100 1000000 101010 0 10100 11011011 111000 110110

Color Harmonies of #4977CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977CC

Black with #4977CC

Text Example


Text Example

White with #4977CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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