#4A90CE

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

Shades of Havelock Blue #4A90CE

Tints of Havelock Blue #4A90CE

Color information

#4A90CE (or 0x4A90CE) is unknown color: approx Havelock Blue. HEX triplet: 4A, 90 and CE. RGB value is (74,144,206). Sum of RGB (Red+Green+Blue) = 74+144+206=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A90CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A90CE is #B56F31. Grayscale: #818181. Windows color (decimal): -11890482 or 13537354. OLE color: 13537354.

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

Color convert

RGB74144206-
CMYK0.640.3000.19
HSL208.18º57.39%54.9%-
HSV(B)208.18º64.08%80.78%-
XYZ23.9425.8662.12-
YUV130.14170.8187.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.45%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=17.45%
G=33.96%
B=48.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal741442060.640.3000.19208.1857.3954.9
Hex4A90CE401E013d03937
Octal112220316100360233207167
Binary1001010100100001100111010000001111001001111010000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,144,206); }

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

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

 a { background-color: rgb(74,144,206); }

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

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

 span { border-color: rgb(74,144,206); }

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