#4D85D5

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

Shades of Havelock Blue #4D85D5

Tints of Havelock Blue #4D85D5

Color information

#4D85D5 (or 0x4D85D5) is unknown color: approx Havelock Blue. HEX triplet: 4D, 85 and D5. RGB value is (77,133,213). Sum of RGB (Red+Green+Blue) = 77+133+213=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D85D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85D5 is #B27A2A. Grayscale: #7D7D7D. Windows color (decimal): -11696683 or 13993293. OLE color: 13993293.

HSL color Cylindrical-coordinate representation of color #4D85D5: hue angle of 215.29º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D85D5 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77133213-
CMYK0.640.3800.16
HSL215.29º61.82%56.86%-
HSV(B)215.29º63.85%83.53%-
XYZ23.4623.1666.18-
YUV125.38177.4593.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.20%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=18.20%
G=31.44%
B=50.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal771332130.640.3800.16215.2961.8256.86
Hex4D85D54026010d73e39
Octal115205325100460203277671
Binary10011011000010111010101100000010011001000011010111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D85D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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