Html Css Color HEX #4077CB Havelock Blue

📋 copy color: '#4077CB'

red 64 ◦ green 119 ◦ blue 203

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

Shades of Havelock Blue #4077CB

Tints of Havelock Blue #4077CB

RGB

 RED value IS 64 (25.39% from 255) = 16.58%

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 16.58%
G = 30.83%
B = 52.59%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4077CB (or 0x4077CB) is known color: Havelock Blue. HEX triplet: 40, 77 and CB. RGB value is (64,119,203). Sum of RGB (Red+Green+Blue) = 64+119+203=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #4077CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077CB is #BF8834. Grayscale: #6F6F6F. Windows color (decimal): -12552245 or 13334336. OLE color: 13334336.

HSL color Cylindrical-coordinate representation of color #4077CB: hue angle of 216.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4077CB is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 119 203 -
CMYK 0.68 0.41 0 0.20
HSL 216.26º 0.57% 0.52% -
HSV(B) 216.26º 0.68% 0.8% -
XYZ 19.49 18.6 59.06 -
YUV 112.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 64 119 203 0.68 0.41 0 0.20 216.26 0.57 0.52
Hex 40 77 CB 44 29 0 14 D8 39 34
Octal 100 167 313 104 51 0 24 330 71 64
Binary 1000000 1110111 11001011 1000100 101001 0 10100 11011000 111001 110100

Color Harmonies of #4077CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077CB

Black with #4077CB

Text Example


Text Example

White with #4077CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4077CB; }

 p { color: rgb(64,119,203); }

 H1.HeaderClassName
 {
   color: #4077CB;
 }
 .AnyTagClassName
 {
   color: #4077CB;
 }
</style>

background-color css

<style>
 a { background-color: #4077CB; }

 a { background-color: rgb(64,119,203); }

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

border-color css

<style>
 span { border-color: #4077CB; }

 span { border-color: rgb(64,119,203); }

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