#47286C

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

Shades of Blue Diamond #47286C

Tints of Blue Diamond #47286C

Color information

#47286C (or 0x47286C) is unknown color: approx Blue Diamond. HEX triplet: 47, 28 and 6C. RGB value is (71,40,108). Sum of RGB (Red+Green+Blue) = 71+40+108=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #47286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47286C is #B8D793. Grayscale: #383838. Windows color (decimal): -12113812 or 7088199. OLE color: 7088199.

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

Color convert

RGB7140108-
CMYK0.340.6300.58
HSL267.35º45.95%29.02%-
HSV(B)267.35º62.96%42.35%-
XYZ6.063.9414.63-
YUV57.02156.77137.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=32.42%
G=18.26%
B=49.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71401080.340.6300.58267.3545.9529.02
Hex47286C223F03A10b2e1d
Octal1075015442770724135635
Binary10001111010001101100100010111111011101010000101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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