#4F7CCD

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

Shades of Havelock Blue #4F7CCD

Tints of Havelock Blue #4F7CCD

Color information

#4F7CCD (or 0x4F7CCD) is unknown color: approx Havelock Blue. HEX triplet: 4F, 7C and CD. RGB value is (79,124,205). Sum of RGB (Red+Green+Blue) = 79+124+205=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7CCD is #B08332. Grayscale: #777777. Windows color (decimal): -11567923 or 13466703. OLE color: 13466703.

HSL color Cylindrical-coordinate representation of color #4F7CCD: hue angle of 218.57º 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 #4F7CCD is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79124205-
CMYK0.610.4000.20
HSL218.57º55.75%55.69%-
HSV(B)218.57º61.46%80.39%-
XYZ21.4520.4960.58-
YUV119.78176.0998.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.36%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=19.36%
G=30.39%
B=50.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791242050.610.4000.20218.5755.7555.69
Hex4F7CCD3D28014db3838
Octal11717431575500243337070
Binary100111111111001100110111110110100001010011011011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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