#47216C

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

Shades of Blue Diamond #47216C

Tints of Blue Diamond #47216C

Color information

#47216C (or 0x47216C) is unknown color: approx Blue Diamond. HEX triplet: 47, 21 and 6C. RGB value is (71,33,108). Sum of RGB (Red+Green+Blue) = 71+33+108=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #47216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47216C is #B8DE93. Grayscale: #343434. Windows color (decimal): -12115604 or 7086407. OLE color: 7086407.

HSL color Cylindrical-coordinate representation of color #47216C: hue angle of 270.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47216C is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7133108-
CMYK0.340.6900.58
HSL270.4º53.19%27.65%-
HSV(B)270.4º69.44%42.35%-
XYZ5.853.5114.56-
YUV52.91159.09140.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=33.49%
G=15.57%
B=50.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71331080.340.6900.58270.453.1927.65
Hex47216C224503A10e351c
Octal10741154421050724166534
Binary100011110000111011001000101000101011101010000111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47216C; }

 p { color: rgb(71,33,108); }

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

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

 a { background-color: rgb(71,33,108); }

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

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

 span { border-color: rgb(71,33,108); }

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