#4A2471

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

Shades of Blue Diamond #4A2471

Tints of Blue Diamond #4A2471

Color information

#4A2471 (or 0x4A2471) is unknown color: approx Blue Diamond. HEX triplet: 4A, 24 and 71. RGB value is (74,36,113). Sum of RGB (Red+Green+Blue) = 74+36+113=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2471 is #B5DB8E. Grayscale: #373737. Windows color (decimal): -11918223 or 7414858. OLE color: 7414858.

HSL color Cylindrical-coordinate representation of color #4A2471: hue angle of 269.61º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2471 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7436113-
CMYK0.350.6800.56
HSL269.61º51.68%29.22%-
HSV(B)269.61º68.14%44.31%-
XYZ6.443.9116.04-
YUV56.14160.09140.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=33.18%
G=16.14%
B=50.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74361130.350.6800.56269.6151.6829.22
Hex4A2471234403810e341d
Octal11244161431040704166435
Binary100101010010011100011000111000100011100010000111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,113); }

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

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

 a { background-color: rgb(74,36,113); }

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

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

 span { border-color: rgb(74,36,113); }

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