Html Css Color HEX #4D6DBF Havelock Blue

📋 copy color: '#4D6DBF'

red 77 ◦ green 109 ◦ blue 191

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

Shades of Havelock Blue #4D6DBF

Tints of Havelock Blue #4D6DBF

RGB

 RED value IS 77 (30.47% from 255) = 20.42%

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

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

R = 20.42%
G = 28.91%
B = 50.66%

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

#4D6DBF (or 0x4D6DBF) is known color: Havelock Blue. HEX triplet: 4D, 6D and BF. RGB value is (77,109,191). Sum of RGB (Red+Green+Blue) = 77+109+191=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D6DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6DBF is #B29240. Grayscale: #6C6C6C. Windows color (decimal): -11702849 or 12545357. OLE color: 12545357.

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

Color convert

RGB 77 109 191 -
CMYK 0.60 0.43 0 0.25
HSL 223.16º 0.47% 0.53% -
HSV(B) 223.16º 0.6% 0.75% -
XYZ 17.93 16.28 51.49 -
YUV 108.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 77 109 191 0.60 0.43 0 0.25 223.16 0.47 0.53
Hex 4D 6D BF 3C 2B 0 19 DF 2F 35
Octal 115 155 277 74 53 0 31 337 57 65
Binary 1001101 1101101 10111111 111100 101011 0 11001 11011111 101111 110101

Color Harmonies of #4D6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6DBF

Black with #4D6DBF

Text Example


Text Example

White with #4D6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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