#4F82CD

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

Shades of Havelock Blue #4F82CD

Tints of Havelock Blue #4F82CD

Color information

#4F82CD (or 0x4F82CD) is unknown color: approx Havelock Blue. HEX triplet: 4F, 82 and CD. RGB value is (79,130,205). Sum of RGB (Red+Green+Blue) = 79+130+205=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F82CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F82CD is #B07D32. Grayscale: #7A7A7A. Windows color (decimal): -11566387 or 13468239. OLE color: 13468239.

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

Color convert

RGB79130205-
CMYK0.610.3700.20
HSL215.71º55.75%55.69%-
HSV(B)215.71º61.46%80.39%-
XYZ22.2322.0460.84-
YUV123.3174.196.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.08%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=19.08%
G=31.40%
B=49.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791302050.610.3700.20215.7155.7555.69
Hex4F82CD3D25014d83838
Octal11720231575450243307070
Binary1001111100000101100110111110110010101010011011000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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