Html Css Color HEX #4D6EBF Havelock Blue

📋 copy color: '#4D6EBF'

red 77 ◦ green 110 ◦ blue 191

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

Shades of Havelock Blue #4D6EBF

Tints of Havelock Blue #4D6EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

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

R = 20.37%
G = 29.1%
B = 50.53%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D6EBF (or 0x4D6EBF) is known color: Havelock Blue. HEX triplet: 4D, 6E and BF. RGB value is (77,110,191). Sum of RGB (Red+Green+Blue) = 77+110+191=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D6EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6EBF is #B29140. Grayscale: #6D6D6D. Windows color (decimal): -11702593 or 12545613. OLE color: 12545613.

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

Color convert

RGB 77 110 191 -
CMYK 0.60 0.42 0 0.25
HSL 222.63º 0.47% 0.53% -
HSV(B) 222.63º 0.6% 0.75% -
XYZ 18.04 16.49 51.52 -
YUV 109.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 77 110 191 0.60 0.42 0 0.25 222.63 0.47 0.53
Hex 4D 6E BF 3C 2A 0 19 DF 2F 35
Octal 115 156 277 74 52 0 31 337 57 65
Binary 1001101 1101110 10111111 111100 101010 0 11001 11011111 101111 110101

Color Harmonies of #4D6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6EBF

Black with #4D6EBF

Text Example


Text Example

White with #4D6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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