Html Css Color HEX #4C6DBA Havelock Blue

📋 copy color: '#4C6DBA'

red 76 ◦ green 109 ◦ blue 186

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

Shades of Havelock Blue #4C6DBA

Tints of Havelock Blue #4C6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 20.49%
G = 29.38%
B = 50.13%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C6DBA (or 0x4C6DBA) is known color: Havelock Blue. HEX triplet: 4C, 6D and BA. RGB value is (76,109,186). Sum of RGB (Red+Green+Blue) = 76+109+186=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DBA is #B39245. Grayscale: #6B6B6B. Windows color (decimal): -11768390 or 12217676. OLE color: 12217676.

HSL color Cylindrical-coordinate representation of color #4C6DBA: hue angle of 222º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C6DBA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 109 186 -
CMYK 0.59 0.41 0 0.27
HSL 222º 0.44% 0.51% -
HSV(B) 222º 0.59% 0.73% -
XYZ 17.31 16.02 48.63 -
YUV 107.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 76 109 186 0.59 0.41 0 0.27 222 0.44 0.51
Hex 4C 6D BA 3B 29 0 1B DE 2C 33
Octal 114 155 272 73 51 0 33 336 54 63
Binary 1001100 1101101 10111010 111011 101001 0 11011 11011110 101100 110011

Color Harmonies of #4C6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DBA

Black with #4C6DBA

Text Example


Text Example

White with #4C6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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