#4c83ca

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

Shades of Havelock Blue #4C83CA

Tints of Havelock Blue #4C83CA

Color information

#4C83CA (or 0x4C83CA) is unknown color: approx Havelock Blue. HEX triplet: 4C, 83 and CA. RGB value is (76,131,202). Sum of RGB (Red+Green+Blue) = 76+131+202=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C83CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C83CA is #B37C35. Grayscale: #7A7A7A. Windows color (decimal): -11762742 or 13271884. OLE color: 13271884.

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

Color convert

RGB76131202-
CMYK0.620.3500.21
HSL213.81º54.31%54.51%-
HSV(B)213.81º62.38%79.22%-
XYZ21.7622.0358.98-
YUV122.65172.7894.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.58%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=18.58%
G=32.03%
B=49.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761312020.620.3500.21213.8154.3154.51
Hex4C83CA3E23015d63637
Octal11420331276430253266667
Binary1001100100000111100101011111010001101010111010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c83ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,131,202); }

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

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

 a { background-color: rgb(76,131,202); }

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

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

 span { border-color: rgb(76,131,202); }

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