#472666

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

Shades of Blue Diamond #472666

Tints of Blue Diamond #472666

Color information

#472666 (or 0x472666) is unknown color: approx Blue Diamond. HEX triplet: 47, 26 and 66. RGB value is (71,38,102). Sum of RGB (Red+Green+Blue) = 71+38+102=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #472666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472666 is #B8D999. Grayscale: #363636. Windows color (decimal): -12114330 or 6694471. OLE color: 6694471.

HSL color Cylindrical-coordinate representation of color #472666: hue angle of 270.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472666 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7138102-
CMYK0.300.6300.6
HSL270.94º45.71%27.45%-
HSV(B)270.94º62.75%40%-
XYZ5.693.6912.98-
YUV55.16154.43139.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=33.65%
G=18.01%
B=48.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71381020.300.6300.6270.9445.7127.45
Hex4726661E3F03C10f2e1b
Octal1074614636770744175633
Binary1000111100110110011011110111111011110010000111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472666; }

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

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

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

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

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

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

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

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