#4F74CD

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

Shades of Havelock Blue #4F74CD

Tints of Havelock Blue #4F74CD

Color information

#4F74CD (or 0x4F74CD) is unknown color: approx Havelock Blue. HEX triplet: 4F, 74 and CD. RGB value is (79,116,205). Sum of RGB (Red+Green+Blue) = 79+116+205=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F74CD is #B08B32. Grayscale: #727272. Windows color (decimal): -11569971 or 13464655. OLE color: 13464655.

HSL color Cylindrical-coordinate representation of color #4F74CD: hue angle of 222.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F74CD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79116205-
CMYK0.610.4300.20
HSL222.38º55.75%55.69%-
HSV(B)222.38º61.46%80.39%-
XYZ20.4918.5660.26-
YUV115.08178.74102.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.75%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=19.75%
G=29%
B=51.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791162050.610.4300.20222.3855.7555.69
Hex4F74CD3D2B014de3838
Octal11716431575530243367070
Binary100111111101001100110111110110101101010011011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,205); }

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

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

 a { background-color: rgb(79,116,205); }

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

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

 span { border-color: rgb(79,116,205); }

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