#4A2572

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

Shades of Blue Diamond #4A2572

Tints of Blue Diamond #4A2572

Color information

#4A2572 (or 0x4A2572) is unknown color: approx Blue Diamond. HEX triplet: 4A, 25 and 72. RGB value is (74,37,114). Sum of RGB (Red+Green+Blue) = 74+37+114=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2572 is #B5DA8D. Grayscale: #383838. Windows color (decimal): -11917966 or 7480650. OLE color: 7480650.

HSL color Cylindrical-coordinate representation of color #4A2572: hue angle of 268.83º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2572 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7437114-
CMYK0.350.6800.55
HSL268.83º50.99%29.61%-
HSV(B)268.83º67.54%44.71%-
XYZ6.523.9916.35-
YUV56.84160.26140.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=32.89%
G=16.44%
B=50.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74371140.350.6800.55268.8350.9929.61
Hex4A2572234403710d331e
Octal11245162431040674156336
Binary100101010010111100101000111000100011011110000110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,37,114); }

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

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

 a { background-color: rgb(74,37,114); }

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

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

 span { border-color: rgb(74,37,114); }

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