#4D85BE

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

Shades of Havelock Blue #4D85BE

Tints of Havelock Blue #4D85BE

Color information

#4D85BE (or 0x4D85BE) is unknown color: approx Havelock Blue. HEX triplet: 4D, 85 and BE. RGB value is (77,133,190). Sum of RGB (Red+Green+Blue) = 77+133+190=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85BE is #B27A41. Grayscale: #7A7A7A. Windows color (decimal): -11696706 or 12485965. OLE color: 12485965.

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

Color convert

RGB77133190-
CMYK0.590.300.25
HSL210.27º46.5%52.35%-
HSV(B)210.27º59.47%74.51%-
XYZ20.7422.0751.88-
YUV122.75165.9595.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.25%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=19.25%
G=33.25%
B=47.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771331900.590.300.25210.2746.552.35
Hex4D85BE3B1E019d22f34
Octal11520527673360313225764
Binary100110110000101101111101110111111001100111010010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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