#4A2574

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

Shades of Blue Diamond #4A2574

Tints of Blue Diamond #4A2574

Color information

#4A2574 (or 0x4A2574) is unknown color: approx Blue Diamond. HEX triplet: 4A, 25 and 74. RGB value is (74,37,116). Sum of RGB (Red+Green+Blue) = 74+37+116=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A2574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2574 is #B5DA8B. Grayscale: #383838. Windows color (decimal): -11917964 or 7611722. OLE color: 7611722.

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

Color convert

RGB7437116-
CMYK0.360.6800.55
HSL268.1º51.63%30%-
HSV(B)268.1º68.1%45.49%-
XYZ6.644.0416.95-
YUV57.07161.26140.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=32.60%
G=16.30%
B=51.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74371160.360.6800.55268.151.6330
Hex4A2574244403710c341e
Octal11245164441040674146436
Binary100101010010111101001001001000100011011110000110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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