#4A2C71

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

Shades of Blue Diamond #4A2C71

Tints of Blue Diamond #4A2C71

Color information

#4A2C71 (or 0x4A2C71) is unknown color: approx Blue Diamond. HEX triplet: 4A, 2C and 71. RGB value is (74,44,113). Sum of RGB (Red+Green+Blue) = 74+44+113=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A2C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2C71 is #B5D38E. Grayscale: #3C3C3C. Windows color (decimal): -11916175 or 7416906. OLE color: 7416906.

HSL color Cylindrical-coordinate representation of color #4A2C71: hue angle of 266.09º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A2C71 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7444113-
CMYK0.350.6100.56
HSL266.09º43.95%30.78%-
HSV(B)266.09º61.06%44.31%-
XYZ6.714.4516.13-
YUV60.84157.44137.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=32.03%
G=19.05%
B=48.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74441130.350.6100.56266.0943.9530.78
Hex4A2C71233D03810a2c1f
Octal1125416143750704125437
Binary10010101011001110001100011111101011100010000101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,44,113); }

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

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

 a { background-color: rgb(74,44,113); }

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

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

 span { border-color: rgb(74,44,113); }

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