#47206E

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

Shades of Blue Diamond #47206E

Tints of Blue Diamond #47206E

Color information

#47206E (or 0x47206E) is unknown color: approx Blue Diamond. HEX triplet: 47, 20 and 6E. RGB value is (71,32,110). Sum of RGB (Red+Green+Blue) = 71+32+110=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #47206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47206E is #B8DF91. Grayscale: #343434. Windows color (decimal): -12115858 or 7217223. OLE color: 7217223.

HSL color Cylindrical-coordinate representation of color #47206E: hue angle of 270º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47206E is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7132110-
CMYK0.350.7100.57
HSL270º54.93%27.84%-
HSV(B)270º70.91%43.14%-
XYZ5.933.515.11-
YUV52.55160.42141.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=33.33%
G=15.02%
B=51.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71321100.350.7100.5727054.9327.84
Hex47206E234703910e371c
Octal10740156431070714166734
Binary100011110000011011101000111000111011100110000111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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