#472966

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

Shades of Blue Diamond #472966

Tints of Blue Diamond #472966

Color information

#472966 (or 0x472966) is unknown color: approx Blue Diamond. HEX triplet: 47, 29 and 66. RGB value is (71,41,102). Sum of RGB (Red+Green+Blue) = 71+41+102=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #472966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472966 is #B8D699. Grayscale: #383838. Windows color (decimal): -12113562 or 6695239. OLE color: 6695239.

HSL color Cylindrical-coordinate representation of color #472966: hue angle of 269.51º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472966 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7141102-
CMYK0.300.6000.6
HSL269.51º42.66%28.04%-
HSV(B)269.51º59.8%40%-
XYZ5.793.8813.02-
YUV56.92153.44138.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=33.18%
G=19.16%
B=47.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71411020.300.6000.6269.5142.6628.04
Hex4729661E3C03C10e2b1c
Octal1075114636740744165334
Binary1000111101001110011011110111100011110010000111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472966; }

 p { color: rgb(71,41,102); }

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

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

 a { background-color: rgb(71,41,102); }

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

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

 span { border-color: rgb(71,41,102); }

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