#4B2572

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

Shades of Blue Diamond #4B2572

Tints of Blue Diamond #4B2572

Color information

#4B2572 (or 0x4B2572) is unknown color: approx Blue Diamond. HEX triplet: 4B, 25 and 72. RGB value is (75,37,114). Sum of RGB (Red+Green+Blue) = 75+37+114=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2572 is #B4DA8D. Grayscale: #383838. Windows color (decimal): -11852430 or 7480651. OLE color: 7480651.

HSL color Cylindrical-coordinate representation of color #4B2572: hue angle of 269.61º 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 #4B2572 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7537114-
CMYK0.340.6800.55
HSL269.61º50.99%29.61%-
HSV(B)269.61º67.54%44.71%-
XYZ6.64.0316.35-
YUV57.14160.09140.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=33.19%
G=16.37%
B=50.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75371140.340.6800.55269.6150.9929.61
Hex4B2572224403710e331e
Octal11345162421040674166336
Binary100101110010111100101000101000100011011110000111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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