Html Css Color HEX #4D6EBE Havelock Blue

📋 copy color: '#4D6EBE'

red 77 ◦ green 110 ◦ blue 190

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

Shades of Havelock Blue #4D6EBE

Tints of Havelock Blue #4D6EBE

RGB

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

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

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

R = 20.42%
G = 29.18%
B = 50.4%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D6EBE (or 0x4D6EBE) is known color: Havelock Blue. HEX triplet: 4D, 6E and BE. RGB value is (77,110,190). Sum of RGB (Red+Green+Blue) = 77+110+190=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D6EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6EBE is #B29141. Grayscale: #6C6C6C. Windows color (decimal): -11702594 or 12480077. OLE color: 12480077.

HSL color Cylindrical-coordinate representation of color #4D6EBE: hue angle of 222.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6EBE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 110 190 -
CMYK 0.59 0.42 0 0.25
HSL 222.48º 0.47% 0.52% -
HSV(B) 222.48º 0.59% 0.75% -
XYZ 17.93 16.45 50.94 -
YUV 109.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 77 110 190 0.59 0.42 0 0.25 222.48 0.47 0.52
Hex 4D 6E BE 3B 2A 0 19 DE 2F 34
Octal 115 156 276 73 52 0 31 336 57 64
Binary 1001101 1101110 10111110 111011 101010 0 11001 11011110 101111 110100

Color Harmonies of #4D6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6EBE

Black with #4D6EBE

Text Example


Text Example

White with #4D6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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