#4F75BE

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

Shades of Havelock Blue #4F75BE

Tints of Havelock Blue #4F75BE

Color information

#4F75BE (or 0x4F75BE) is unknown color: approx Havelock Blue. HEX triplet: 4F, 75 and BE. RGB value is (79,117,190). Sum of RGB (Red+Green+Blue) = 79+117+190=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F75BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F75BE is #B08A41. Grayscale: #717171. Windows color (decimal): -11569730 or 12481871. OLE color: 12481871.

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

Color convert

RGB79117190-
CMYK0.580.3800.25
HSL219.46º46.06%52.75%-
HSV(B)219.46º58.42%74.51%-
XYZ18.8818.151.21-
YUV113.96170.91103.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.47%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=20.47%
G=30.31%
B=49.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791171900.580.3800.25219.4646.0652.75
Hex4F75BE3A26019db2e35
Octal11716527672460313335665
Binary100111111101011011111011101010011001100111011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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