#4983CC

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

Shades of Havelock Blue #4983CC

Tints of Havelock Blue #4983CC

Color information

#4983CC (or 0x4983CC) is unknown color: approx Havelock Blue. HEX triplet: 49, 83 and CC. RGB value is (73,131,204). Sum of RGB (Red+Green+Blue) = 73+131+204=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #4983CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4983CC is #B67C33. Grayscale: #797979. Windows color (decimal): -11959348 or 13402953. OLE color: 13402953.

HSL color Cylindrical-coordinate representation of color #4983CC: hue angle of 213.44º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4983CC is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB73131204-
CMYK0.640.3600.2
HSL213.44º56.22%54.31%-
HSV(B)213.44º64.22%80%-
XYZ21.7622.0160.23-
YUV121.98174.2893.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.89%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 204 (80.08% from 255) = 50%
R=17.89%
G=32.11%
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.2
SystemRedGreenBlueCMYKHSL
Decimal731312040.640.3600.2213.4456.2254.31
Hex4983CC4024014d53836
Octal111203314100440243257066
Binary10010011000001111001100100000010010001010011010101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4983CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4983CC; }

 p { color: rgb(73,131,204); }

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

<style>
 a { background-color: #4983CC; }

 a { background-color: rgb(73,131,204); }

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

<style>
 span { border-color: #4983CC; }

 span { border-color: rgb(73,131,204); }

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