#4F85BE

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

Shades of Havelock Blue #4F85BE

Tints of Havelock Blue #4F85BE

Color information

#4F85BE (or 0x4F85BE) is unknown color: approx Havelock Blue. HEX triplet: 4F, 85 and BE. RGB value is (79,133,190). Sum of RGB (Red+Green+Blue) = 79+133+190=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F85BE is #B07A41. Grayscale: #7B7B7B. Windows color (decimal): -11565634 or 12485967. OLE color: 12485967.

HSL color Cylindrical-coordinate representation of color #4F85BE: hue angle of 210.81º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F85BE is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79133190-
CMYK0.580.300.25
HSL210.81º46.06%52.75%-
HSV(B)210.81º58.42%74.51%-
XYZ20.9122.1651.89-
YUV123.35165.6196.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.65%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=19.65%
G=33.08%
B=47.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791331900.580.300.25210.8146.0652.75
Hex4F85BE3A1E019d32e35
Octal11720527672360313235665
Binary100111110000101101111101110101111001100111010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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