#4B2574

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

Shades of Blue Diamond #4B2574

Tints of Blue Diamond #4B2574

Color information

#4B2574 (or 0x4B2574) is unknown color: approx Blue Diamond. HEX triplet: 4B, 25 and 74. RGB value is (75,37,116). Sum of RGB (Red+Green+Blue) = 75+37+116=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B2574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2574 is #B4DA8B. Grayscale: #393939. Windows color (decimal): -11852428 or 7611723. OLE color: 7611723.

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

Color convert

RGB7537116-
CMYK0.350.6800.55
HSL268.86º51.63%30%-
HSV(B)268.86º68.1%45.49%-
XYZ6.724.0816.96-
YUV57.37161.09140.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=32.89%
G=16.23%
B=50.88%

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
Decimal75371160.350.6800.55268.8651.6330
Hex4B2574234403710d341e
Octal11345164431040674156436
Binary100101110010111101001000111000100011011110000110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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