#47286D

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

Shades of Blue Diamond #47286D

Tints of Blue Diamond #47286D

Color information

#47286D (or 0x47286D) is unknown color: approx Blue Diamond. HEX triplet: 47, 28 and 6D. RGB value is (71,40,109). Sum of RGB (Red+Green+Blue) = 71+40+109=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #47286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47286D is #B8D792. Grayscale: #383838. Windows color (decimal): -12113811 or 7153735. OLE color: 7153735.

HSL color Cylindrical-coordinate representation of color #47286D: hue angle of 266.96º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47286D is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7140109-
CMYK0.350.6300.57
HSL266.96º46.31%29.22%-
HSV(B)266.96º63.3%42.75%-
XYZ6.123.9614.91-
YUV57.14157.27137.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=32.27%
G=18.18%
B=49.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71401090.350.6300.57266.9646.3129.22
Hex47286D233F03910b2e1d
Octal1075015543770714135635
Binary10001111010001101101100011111111011100110000101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47286D; }

 p { color: rgb(71,40,109); }

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

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

 a { background-color: rgb(71,40,109); }

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

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

 span { border-color: rgb(71,40,109); }

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