#472466

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

Shades of Blue Diamond #472466

Tints of Blue Diamond #472466

Color information

#472466 (or 0x472466) is unknown color: approx Blue Diamond. HEX triplet: 47, 24 and 66. RGB value is (71,36,102). Sum of RGB (Red+Green+Blue) = 71+36+102=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #472466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472466 is #B8DB99. Grayscale: #353535. Windows color (decimal): -12114842 or 6693959. OLE color: 6693959.

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

Color convert

RGB7136102-
CMYK0.300.6500.6
HSL271.82º47.83%27.06%-
HSV(B)271.82º64.71%40%-
XYZ5.633.5612.96-
YUV53.99155.1140.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=33.97%
G=17.22%
B=48.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71361020.300.6500.6271.8247.8327.06
Hex4724661E4103C110301b
Octal10744146361010744206033
Binary10001111001001100110111101000001011110010001000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472466; }

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

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

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

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

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

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

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

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