Html Css Color HEX #4C6DBD Havelock Blue

📋 copy color: '#4C6DBD'

red 76 ◦ green 109 ◦ blue 189

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

Shades of Havelock Blue #4C6DBD

Tints of Havelock Blue #4C6DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 20.32%
G = 29.14%
B = 50.53%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C6DBD (or 0x4C6DBD) is known color: Havelock Blue. HEX triplet: 4C, 6D and BD. RGB value is (76,109,189). Sum of RGB (Red+Green+Blue) = 76+109+189=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C6DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DBD is #B39242. Grayscale: #6B6B6B. Windows color (decimal): -11768387 or 12414284. OLE color: 12414284.

HSL color Cylindrical-coordinate representation of color #4C6DBD: hue angle of 222.48º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6DBD is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 109 189 -
CMYK 0.60 0.42 0 0.26
HSL 222.48º 0.46% 0.52% -
HSV(B) 222.48º 0.6% 0.74% -
XYZ 17.63 16.15 50.33 -
YUV 108.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 76 109 189 0.60 0.42 0 0.26 222.48 0.46 0.52
Hex 4C 6D BD 3C 2A 0 1A DE 2E 34
Octal 114 155 275 74 52 0 32 336 56 64
Binary 1001100 1101101 10111101 111100 101010 0 11010 11011110 101110 110100

Color Harmonies of #4C6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DBD

Black with #4C6DBD

Text Example


Text Example

White with #4C6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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