#472672

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

Shades of Blue Diamond #472672

Tints of Blue Diamond #472672

Color information

#472672 (or 0x472672) is unknown color: approx Blue Diamond. HEX triplet: 47, 26 and 72. RGB value is (71,38,114). Sum of RGB (Red+Green+Blue) = 71+38+114=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #472672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472672 is #B8D98D. Grayscale: #383838. Windows color (decimal): -12114318 or 7480903. OLE color: 7480903.

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

Color convert

RGB7138114-
CMYK0.380.6700.55
HSL266.05º50%29.8%-
HSV(B)266.05º66.67%44.71%-
XYZ6.333.9416.35-
YUV56.53160.43138.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=31.84%
G=17.04%
B=51.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71381140.380.6700.55266.055029.8
Hex472672264303710a321e
Octal10746162461030674126236
Binary100011110011011100101001101000011011011110000101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472672; }

 p { color: rgb(71,38,114); }

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

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

 a { background-color: rgb(71,38,114); }

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

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

 span { border-color: rgb(71,38,114); }

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