#4F82D5

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

Shades of Havelock Blue #4F82D5

Tints of Havelock Blue #4F82D5

Color information

#4F82D5 (or 0x4F82D5) is unknown color: approx Havelock Blue. HEX triplet: 4F, 82 and D5. RGB value is (79,130,213). Sum of RGB (Red+Green+Blue) = 79+130+213=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #4F82D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F82D5 is #B07D2A. Grayscale: #7B7B7B. Windows color (decimal): -11566379 or 13992527. OLE color: 13992527.

HSL color Cylindrical-coordinate representation of color #4F82D5: hue angle of 217.16º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F82D5 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB79130213-
CMYK0.630.3900.16
HSL217.16º61.47%57.25%-
HSV(B)217.16º62.91%83.53%-
XYZ23.2222.4366.06-
YUV124.21178.195.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.72%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 213 (83.59% from 255) = 50.47%
R=18.72%
G=30.81%
B=50.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal791302130.630.3900.16217.1661.4757.25
Hex4F82D53F27010d93d39
Octal11720232577470203317571
Binary1001111100000101101010111111110011101000011011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F82D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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