#4D71CA

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

Shades of Havelock Blue #4D71CA

Tints of Havelock Blue #4D71CA

Color information

#4D71CA (or 0x4D71CA) is unknown color: approx Havelock Blue. HEX triplet: 4D, 71 and CA. RGB value is (77,113,202). Sum of RGB (Red+Green+Blue) = 77+113+202=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D71CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D71CA is #B28E35. Grayscale: #6F6F6F. Windows color (decimal): -11701814 or 13267277. OLE color: 13267277.

HSL color Cylindrical-coordinate representation of color #4D71CA: hue angle of 222.72º 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 #4D71CA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB77113202-
CMYK0.620.4400.21
HSL222.72º54.11%54.71%-
HSV(B)222.72º61.88%79.22%-
XYZ19.6317.6558.25-
YUV112.38178.57102.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.64%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=19.64%
G=28.83%
B=51.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771132020.620.4400.21222.7254.1154.71
Hex4D71CA3E2C015df3637
Octal11516131276540253376667
Binary100110111100011100101011111010110001010111011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,113,202); }

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

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

 a { background-color: rgb(77,113,202); }

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

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

 span { border-color: rgb(77,113,202); }

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