#472071

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

Shades of Blue Diamond #472071

Tints of Blue Diamond #472071

Color information

#472071 (or 0x472071) is unknown color: approx Blue Diamond. HEX triplet: 47, 20 and 71. RGB value is (71,32,113). Sum of RGB (Red+Green+Blue) = 71+32+113=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #472071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472071 is #B8DF8E. Grayscale: #343434. Windows color (decimal): -12115855 or 7413831. OLE color: 7413831.

HSL color Cylindrical-coordinate representation of color #472071: hue angle of 268.89º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472071 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7132113-
CMYK0.370.7200.56
HSL268.89º55.86%28.43%-
HSV(B)268.89º71.68%44.31%-
XYZ6.13.5615.99-
YUV52.9161.92140.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=32.87%
G=14.81%
B=52.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71321130.370.7200.56268.8955.8628.43
Hex472071254803810d381c
Octal10740161451100704157034
Binary100011110000011100011001011001000011100010000110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472071; }

 p { color: rgb(71,32,113); }

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

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

 a { background-color: rgb(71,32,113); }

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

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

 span { border-color: rgb(71,32,113); }

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