#4F7EBE

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

Shades of Havelock Blue #4F7EBE

Tints of Havelock Blue #4F7EBE

Color information

#4F7EBE (or 0x4F7EBE) is unknown color: approx Havelock Blue. HEX triplet: 4F, 7E and BE. RGB value is (79,126,190). Sum of RGB (Red+Green+Blue) = 79+126+190=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7EBE is #B08141. Grayscale: #767676. Windows color (decimal): -11567426 or 12484175. OLE color: 12484175.

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

Color convert

RGB79126190-
CMYK0.580.3400.25
HSL214.59º46.06%52.75%-
HSV(B)214.59º58.42%74.51%-
XYZ19.9820.351.58-
YUV119.24167.9399.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=20%
G=31.90%
B=48.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791261900.580.3400.25214.5946.0652.75
Hex4F7EBE3A22019d72e35
Octal11717627672420313275665
Binary100111111111101011111011101010001001100111010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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