#4A2073

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

Shades of Blue Diamond #4A2073

Tints of Blue Diamond #4A2073

Color information

#4A2073 (or 0x4A2073) is unknown color: approx Blue Diamond. HEX triplet: 4A, 20 and 73. RGB value is (74,32,115). Sum of RGB (Red+Green+Blue) = 74+32+115=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A2073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2073 is #B5DF8C. Grayscale: #353535. Windows color (decimal): -11919245 or 7544906. OLE color: 7544906.

HSL color Cylindrical-coordinate representation of color #4A2073: hue angle of 270.36º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A2073 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7432115-
CMYK0.360.7200.55
HSL270.36º56.46%28.82%-
HSV(B)270.36º72.17%45.1%-
XYZ6.443.7316.6-
YUV54.02162.41142.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=33.48%
G=14.48%
B=52.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74321150.360.7200.55270.3656.4628.82
Hex4A2073244803710e381d
Octal11240163441100674167035
Binary100101010000011100111001001001000011011110000111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,115); }

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

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

 a { background-color: rgb(74,32,115); }

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

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

 span { border-color: rgb(74,32,115); }

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