Html Css Color HEX #4C6DBF Havelock Blue

📋 copy color: '#4C6DBF'

red 76 ◦ green 109 ◦ blue 191

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

Shades of Havelock Blue #4C6DBF

Tints of Havelock Blue #4C6DBF

RGB

 RED value IS 76 (30.08% from 255) = 20.21%

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 191 (75% from 255) = 50.8%

R = 20.21%
G = 28.99%
B = 50.8%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C6DBF (or 0x4C6DBF) is known color: Havelock Blue. HEX triplet: 4C, 6D and BF. RGB value is (76,109,191). Sum of RGB (Red+Green+Blue) = 76+109+191=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C6DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DBF is #B39240. Grayscale: #6C6C6C. Windows color (decimal): -11768385 or 12545356. OLE color: 12545356.

HSL color Cylindrical-coordinate representation of color #4C6DBF: hue angle of 222.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6DBF is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 109 191 -
CMYK 0.60 0.43 0 0.25
HSL 222.78º 0.47% 0.52% -
HSV(B) 222.78º 0.6% 0.75% -
XYZ 17.85 16.24 51.48 -
YUV 108.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 76 109 191 0.60 0.43 0 0.25 222.78 0.47 0.52
Hex 4C 6D BF 3C 2B 0 19 DF 2F 34
Octal 114 155 277 74 53 0 31 337 57 64
Binary 1001100 1101101 10111111 111100 101011 0 11001 11011111 101111 110100

Color Harmonies of #4C6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DBF

Black with #4C6DBF

Text Example


Text Example

White with #4C6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C6DBF; }

 p { color: rgb(76,109,191); }

 H1.HeaderClassName
 {
   color: #4C6DBF;
 }
 .AnyTagClassName
 {
   color: #4C6DBF;
 }
</style>

background-color css

<style>
 a { background-color: #4C6DBF; }

 a { background-color: rgb(76,109,191); }

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

border-color css

<style>
 span { border-color: #4C6DBF; }

 span { border-color: rgb(76,109,191); }

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