#4A3271

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

Shades of Blue Diamond #4A3271

Tints of Blue Diamond #4A3271

Color information

#4A3271 (or 0x4A3271) is unknown color: approx Blue Diamond. HEX triplet: 4A, 32 and 71. RGB value is (74,50,113). Sum of RGB (Red+Green+Blue) = 74+50+113=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3271 is #B5CD8E. Grayscale: #404040. Windows color (decimal): -11914639 or 7418442. OLE color: 7418442.

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

Color convert

RGB7450113-
CMYK0.350.5600.56
HSL262.86º38.65%31.96%-
HSV(B)262.86º55.75%44.31%-
XYZ6.954.9316.21-
YUV64.36155.45134.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=31.22%
G=21.10%
B=47.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74501130.350.5600.56262.8638.6531.96
Hex4A327123380381072720
Octal1126216143700704074740
Binary100101011001011100011000111110000111000100000111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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