#472870

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

Shades of Blue Diamond #472870

Tints of Blue Diamond #472870

Color information

#472870 (or 0x472870) is unknown color: approx Blue Diamond. HEX triplet: 47, 28 and 70. RGB value is (71,40,112). Sum of RGB (Red+Green+Blue) = 71+40+112=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #472870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472870 is #B8D78F. Grayscale: #393939. Windows color (decimal): -12113808 or 7350343. OLE color: 7350343.

HSL color Cylindrical-coordinate representation of color #472870: hue angle of 265.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #472870 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7140112-
CMYK0.370.6400.56
HSL265.83º47.37%29.8%-
HSV(B)265.83º64.29%43.92%-
XYZ6.284.0315.78-
YUV57.48158.77137.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=31.84%
G=17.94%
B=50.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71401120.370.6400.56265.8347.3729.8
Hex472870254003810a2f1e
Octal10750160451000704125736
Binary100011110100011100001001011000000011100010000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472870; }

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

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

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

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

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

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

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

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