Html Css Color HEX #4777CE Havelock Blue

📋 copy color: '#4777CE'

red 71 ◦ green 119 ◦ blue 206

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

Shades of Havelock Blue #4777CE

Tints of Havelock Blue #4777CE

RGB

 RED value IS 71 (28.13% from 255) = 17.93%

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 17.93%
G = 30.05%
B = 52.02%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4777CE (or 0x4777CE) is known color: Havelock Blue. HEX triplet: 47, 77 and CE. RGB value is (71,119,206). Sum of RGB (Red+Green+Blue) = 71+119+206=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #4777CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777CE is #B88831. Grayscale: #727272. Windows color (decimal): -12093490 or 13530951. OLE color: 13530951.

HSL color Cylindrical-coordinate representation of color #4777CE: hue angle of 218.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4777CE is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 119 206 -
CMYK 0.66 0.42 0 0.19
HSL 218.67º 0.58% 0.54% -
HSV(B) 218.67º 0.66% 0.81% -
XYZ 20.34 18.99 60.99 -
YUV 114.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 71 119 206 0.66 0.42 0 0.19 218.67 0.58 0.54
Hex 47 77 CE 42 2A 0 13 DB 3A 36
Octal 107 167 316 102 52 0 23 333 72 66
Binary 1000111 1110111 11001110 1000010 101010 0 10011 11011011 111010 110110

Color Harmonies of #4777CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4777CE

Black with #4777CE

Text Example


Text Example

White with #4777CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4777CE; }

 p { color: rgb(71,119,206); }

 H1.HeaderClassName
 {
   color: #4777CE;
 }
 .AnyTagClassName
 {
   color: #4777CE;
 }
</style>

background-color css

<style>
 a { background-color: #4777CE; }

 a { background-color: rgb(71,119,206); }

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

border-color css

<style>
 span { border-color: #4777CE; }

 span { border-color: rgb(71,119,206); }

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