#4D84BF

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

Shades of Havelock Blue #4D84BF

Tints of Havelock Blue #4D84BF

Color information

#4D84BF (or 0x4D84BF) is unknown color: approx Havelock Blue. HEX triplet: 4D, 84 and BF. RGB value is (77,132,191). Sum of RGB (Red+Green+Blue) = 77+132+191=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D84BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D84BF is #B27B40. Grayscale: #797979. Windows color (decimal): -11696961 or 12551245. OLE color: 12551245.

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

Color convert

RGB77132191-
CMYK0.600.3100.25
HSL211.05º47.11%52.55%-
HSV(B)211.05º59.69%74.9%-
XYZ20.7221.8452.41-
YUV122.28166.7895.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.25%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 191 (75% from 255) = 47.75%
R=19.25%
G=33%
B=47.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771321910.600.3100.25211.0547.1152.55
Hex4D84BF3C1F019d32f35
Octal11520427774370313235765
Binary100110110000100101111111111001111101100111010011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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