#472873

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

Shades of Blue Diamond #472873

Tints of Blue Diamond #472873

Color information

#472873 (or 0x472873) is unknown color: approx Blue Diamond. HEX triplet: 47, 28 and 73. RGB value is (71,40,115). Sum of RGB (Red+Green+Blue) = 71+40+115=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #472873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472873 is #B8D78C. Grayscale: #393939. Windows color (decimal): -12113805 or 7546951. OLE color: 7546951.

HSL color Cylindrical-coordinate representation of color #472873: hue angle of 264.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472873 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7140115-
CMYK0.380.6500.55
HSL264.8º48.39%30.39%-
HSV(B)264.8º65.22%45.1%-
XYZ6.454.0916.67-
YUV57.82160.27137.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=31.42%
G=17.70%
B=50.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71401150.380.6500.55264.848.3930.39
Hex4728732641037109301e
Octal10750163461010674116036
Binary100011110100011100111001101000001011011110000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472873; }

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

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

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

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

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

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

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

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