Html Css Color HEX #4C6DBE Havelock Blue

📋 copy color: '#4C6DBE'

red 76 ◦ green 109 ◦ blue 190

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

Shades of Havelock Blue #4C6DBE

Tints of Havelock Blue #4C6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 20.27%
G = 29.07%
B = 50.67%

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

#4C6DBE (or 0x4C6DBE) is known color: Havelock Blue. HEX triplet: 4C, 6D and BE. RGB value is (76,109,190). Sum of RGB (Red+Green+Blue) = 76+109+190=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C6DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DBE is #B39241. Grayscale: #6C6C6C. Windows color (decimal): -11768386 or 12479820. OLE color: 12479820.

HSL color Cylindrical-coordinate representation of color #4C6DBE: hue angle of 222.63º 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 #4C6DBE is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 109 190 -
CMYK 0.60 0.43 0 0.25
HSL 222.63º 0.47% 0.52% -
HSV(B) 222.63º 0.6% 0.75% -
XYZ 17.74 16.19 50.91 -
YUV 108.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 76 109 190 0.60 0.43 0 0.25 222.63 0.47 0.52
Hex 4C 6D BE 3C 2B 0 19 DF 2F 34
Octal 114 155 276 74 53 0 31 337 57 64
Binary 1001100 1101101 10111110 111100 101011 0 11001 11011111 101111 110100

Color Harmonies of #4C6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DBE

Black with #4C6DBE

Text Example


Text Example

White with #4C6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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