#4a82cd

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

Shades of Havelock Blue #4A82CD

Tints of Havelock Blue #4A82CD

Color information

#4A82CD (or 0x4A82CD) is unknown color: approx Havelock Blue. HEX triplet: 4A, 82 and CD. RGB value is (74,130,205). Sum of RGB (Red+Green+Blue) = 74+130+205=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A82CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A82CD is #B57D32. Grayscale: #797979. Windows color (decimal): -11894067 or 13468234. OLE color: 13468234.

HSL color Cylindrical-coordinate representation of color #4A82CD: hue angle of 214.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A82CD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB74130205-
CMYK0.640.3700.20
HSL214.35º56.71%54.71%-
HSV(B)214.35º63.9%80.39%-
XYZ21.8321.8360.82-
YUV121.81174.9593.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.09%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=18.09%
G=31.78%
B=50.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal741302050.640.3700.20214.3556.7154.71
Hex4A82CD4025014d63937
Octal112202315100450243267167
Binary10010101000001011001101100000010010101010011010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a82cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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