#4A7ED5

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

Shades of Havelock Blue #4A7ED5

Tints of Havelock Blue #4A7ED5

Color information

#4A7ED5 (or 0x4A7ED5) is unknown color: approx Havelock Blue. HEX triplet: 4A, 7E and D5. RGB value is (74,126,213). Sum of RGB (Red+Green+Blue) = 74+126+213=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #4A7ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7ED5 is #B5812A. Grayscale: #777777. Windows color (decimal): -11895083 or 13991498. OLE color: 13991498.

HSL color Cylindrical-coordinate representation of color #4A7ED5: hue angle of 217.55º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A7ED5 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74126213-
CMYK0.650.4100.16
HSL217.55º62.33%56.27%-
HSV(B)217.55º65.26%83.53%-
XYZ22.321.1865.86-
YUV120.37180.2794.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.92%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 213 (83.59% from 255) = 51.57%
R=17.92%
G=30.51%
B=51.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal741262130.650.4100.16217.5562.3356.27
Hex4A7ED54129010da3e38
Octal112176325101510203327670
Binary1001010111111011010101100000110100101000011011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,126,213); }

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

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

 a { background-color: rgb(74,126,213); }

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

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

 span { border-color: rgb(74,126,213); }

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