#472566

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

Shades of Blue Diamond #472566

Tints of Blue Diamond #472566

Color information

#472566 (or 0x472566) is unknown color: approx Blue Diamond. HEX triplet: 47, 25 and 66. RGB value is (71,37,102). Sum of RGB (Red+Green+Blue) = 71+37+102=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #472566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472566 is #B8DA99. Grayscale: #363636. Windows color (decimal): -12114586 or 6694215. OLE color: 6694215.

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

Color convert

RGB7137102-
CMYK0.300.6400.6
HSL271.38º46.76%27.25%-
HSV(B)271.38º63.73%40%-
XYZ5.663.6212.97-
YUV54.58154.76139.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=33.81%
G=17.62%
B=48.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71371020.300.6400.6271.3846.7627.25
Hex4725661E4003C10f2f1b
Octal10745146361000744175733
Binary10001111001011100110111101000000011110010000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472566; }

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

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

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

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

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

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

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

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