#4F7CC1

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

Shades of Havelock Blue #4F7CC1

Tints of Havelock Blue #4F7CC1

Color information

#4F7CC1 (or 0x4F7CC1) is unknown color: approx Havelock Blue. HEX triplet: 4F, 7C and C1. RGB value is (79,124,193). Sum of RGB (Red+Green+Blue) = 79+124+193=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F7CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7CC1 is #B0833E. Grayscale: #767676. Windows color (decimal): -11567935 or 12680271. OLE color: 12680271.

HSL color Cylindrical-coordinate representation of color #4F7CC1: hue angle of 216.32º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F7CC1 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB79124193-
CMYK0.590.3600.24
HSL216.32º47.9%53.33%-
HSV(B)216.32º59.07%75.69%-
XYZ20.0619.9353.24-
YUV118.41170.0999.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.95%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=19.95%
G=31.31%
B=48.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791241930.590.3600.24216.3247.953.33
Hex4F7CC13B24018d83035
Octal11717430173440303306065
Binary100111111111001100000111101110010001100011011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,124,193); }

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

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

 a { background-color: rgb(79,124,193); }

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

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

 span { border-color: rgb(79,124,193); }

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