#47206C

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

Shades of Blue Diamond #47206C

Tints of Blue Diamond #47206C

Color information

#47206C (or 0x47206C) is unknown color: approx Blue Diamond. HEX triplet: 47, 20 and 6C. RGB value is (71,32,108). Sum of RGB (Red+Green+Blue) = 71+32+108=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #47206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47206C is #B8DF93. Grayscale: #343434. Windows color (decimal): -12115860 or 7086151. OLE color: 7086151.

HSL color Cylindrical-coordinate representation of color #47206C: hue angle of 270.79º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47206C is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7132108-
CMYK0.340.7000.58
HSL270.79º54.29%27.45%-
HSV(B)270.79º70.37%42.35%-
XYZ5.823.4614.55-
YUV52.32159.42141.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=33.65%
G=15.17%
B=51.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71321080.340.7000.58270.7954.2927.45
Hex47206C224603A10f361b
Octal10740154421060724176633
Binary100011110000011011001000101000110011101010000111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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