Html Css Color HEX #4977C8 Havelock Blue

📋 copy color: '#4977C8'

red 73 ◦ green 119 ◦ blue 200

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

Shades of Havelock Blue #4977C8

Tints of Havelock Blue #4977C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.02%

R = 18.62%
G = 30.36%
B = 51.02%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4977C8 (or 0x4977C8) is known color: Havelock Blue. HEX triplet: 49, 77 and C8. RGB value is (73,119,200). Sum of RGB (Red+Green+Blue) = 73+119+200=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #4977C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977C8 is #B68837. Grayscale: #727272. Windows color (decimal): -11962424 or 13137737. OLE color: 13137737.

HSL color Cylindrical-coordinate representation of color #4977C8: hue angle of 218.27º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4977C8 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 119 200 -
CMYK 0.64 0.40 0 0.22
HSL 218.27º 0.54% 0.54% -
HSV(B) 218.27º 0.64% 0.78% -
XYZ 19.77 18.78 57.23 -
YUV 114.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 73 119 200 0.64 0.40 0 0.22 218.27 0.54 0.54
Hex 49 77 C8 40 28 0 16 DA 36 36
Octal 111 167 310 100 50 0 26 332 66 66
Binary 1001001 1110111 11001000 1000000 101000 0 10110 11011010 110110 110110

Color Harmonies of #4977C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977C8

Black with #4977C8

Text Example


Text Example

White with #4977C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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