#4981CA

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

Shades of Havelock Blue #4981CA

Tints of Havelock Blue #4981CA

Color information

#4981CA (or 0x4981CA) is unknown color: approx Havelock Blue. HEX triplet: 49, 81 and CA. RGB value is (73,129,202). Sum of RGB (Red+Green+Blue) = 73+129+202=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #4981CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4981CA is #B67E35. Grayscale: #787878. Windows color (decimal): -11959862 or 13271369. OLE color: 13271369.

HSL color Cylindrical-coordinate representation of color #4981CA: hue angle of 213.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4981CA is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB73129202-
CMYK0.640.3600.21
HSL213.95º54.89%53.92%-
HSV(B)213.95º63.86%79.22%-
XYZ21.2621.3858.88-
YUV120.58173.9594.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.07%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 202 (79.30% from 255) = 50%
R=18.07%
G=31.93%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal731292020.640.3600.21213.9554.8953.92
Hex4981CA4024015d63736
Octal111201312100440253266766
Binary10010011000000111001010100000010010001010111010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4981CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4981CA; }

 p { color: rgb(73,129,202); }

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

<style>
 a { background-color: #4981CA; }

 a { background-color: rgb(73,129,202); }

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

<style>
 span { border-color: #4981CA; }

 span { border-color: rgb(73,129,202); }

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