#4A2575

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

Shades of Blue Diamond #4A2575

Tints of Blue Diamond #4A2575

Color information

#4A2575 (or 0x4A2575) is unknown color: approx Blue Diamond. HEX triplet: 4A, 25 and 75. RGB value is (74,37,117). Sum of RGB (Red+Green+Blue) = 74+37+117=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2575 is #B5DA8A. Grayscale: #383838. Windows color (decimal): -11917963 or 7677258. OLE color: 7677258.

HSL color Cylindrical-coordinate representation of color #4A2575: hue angle of 267.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2575 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7437117-
CMYK0.370.6800.54
HSL267.75º51.95%30.2%-
HSV(B)267.75º68.38%45.88%-
XYZ6.74.0617.26-
YUV57.18161.76140-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.46%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=32.46%
G=16.23%
B=51.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74371170.370.6800.54267.7551.9530.2
Hex4A2575254403610c341e
Octal11245165451040664146436
Binary100101010010111101011001011000100011011010000110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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