#4D6DBE

Color #4D6DBE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4D6DBE

Tints of Havelock Blue #4D6DBE

Color information

#4D6DBE (or 0x4D6DBE) is unknown color: approx Havelock Blue. HEX triplet: 4D, 6D and BE. RGB value is (77,109,190). Sum of RGB (Red+Green+Blue) = 77+109+190=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6DBE is #B29241. Grayscale: #6C6C6C. Windows color (decimal): -11702850 or 12479821. OLE color: 12479821.

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

Color convert

RGB77109190-
CMYK0.590.4300.25
HSL223.01º46.5%52.35%-
HSV(B)223.01º59.47%74.51%-
XYZ17.8216.2350.91-
YUV108.67173.9105.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.48%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=20.48%
G=28.99%
B=50.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771091900.590.4300.25223.0146.552.35
Hex4D6DBE3B2B019df2f34
Octal11515527673530313375764
Binary100110111011011011111011101110101101100111011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D6DBE;
 }
 .AnyTagClassName
 {
   color: #4D6DBE;
 }
</style>
background-color css

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

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

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

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

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

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