#4D75BF

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

Shades of Havelock Blue #4D75BF

Tints of Havelock Blue #4D75BF

Color information

#4D75BF (or 0x4D75BF) is unknown color: approx Havelock Blue. HEX triplet: 4D, 75 and BF. RGB value is (77,117,191). Sum of RGB (Red+Green+Blue) = 77+117+191=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D75BF is #B28A40. Grayscale: #717171. Windows color (decimal): -11700801 or 12547405. OLE color: 12547405.

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

Color convert

RGB77117191-
CMYK0.600.3900.25
HSL218.95º47.11%52.55%-
HSV(B)218.95º59.69%74.9%-
XYZ18.8318.0651.78-
YUV113.48171.75101.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 191 (75% from 255) = 49.61%
R=20%
G=30.39%
B=49.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771171910.600.3900.25218.9547.1152.55
Hex4D75BF3C27019db2f35
Octal11516527774470313335765
Binary100110111101011011111111110010011101100111011011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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