#472474

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

Shades of Blue Diamond #472474

Tints of Blue Diamond #472474

Color information

#472474 (or 0x472474) is unknown color: approx Blue Diamond. HEX triplet: 47, 24 and 74. RGB value is (71,36,116). Sum of RGB (Red+Green+Blue) = 71+36+116=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #472474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472474 is #B8DB8B. Grayscale: #373737. Windows color (decimal): -12114828 or 7611463. OLE color: 7611463.

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

Color convert

RGB7136116-
CMYK0.390.6900.55
HSL266.25º52.63%29.8%-
HSV(B)266.25º68.97%45.49%-
XYZ6.383.8616.93-
YUV55.58162.1139-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=31.84%
G=16.14%
B=52.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71361160.390.6900.55266.2552.6329.8
Hex472474274503710a351e
Octal10744164471050674126536
Binary100011110010011101001001111000101011011110000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472474; }

 p { color: rgb(71,36,116); }

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

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

 a { background-color: rgb(71,36,116); }

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

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

 span { border-color: rgb(71,36,116); }

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