#472664

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

Shades of Blue Diamond #472664

Tints of Blue Diamond #472664

Color information

#472664 (or 0x472664) is unknown color: approx Blue Diamond. HEX triplet: 47, 26 and 64. RGB value is (71,38,100). Sum of RGB (Red+Green+Blue) = 71+38+100=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #472664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472664 is #B8D99B. Grayscale: #363636. Windows color (decimal): -12114332 or 6563399. OLE color: 6563399.

HSL color Cylindrical-coordinate representation of color #472664: hue angle of 271.94º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472664 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7138100-
CMYK0.290.6200.61
HSL271.94º44.93%27.06%-
HSV(B)271.94º62%39.22%-
XYZ5.593.6512.47-
YUV54.93153.43139.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=33.97%
G=18.18%
B=47.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71381000.290.6200.61271.9444.9327.06
Hex4726641D3E03D1102d1b
Octal1074614435760754205533
Binary1000111100110110010011101111110011110110001000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472664; }

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

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

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

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

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

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

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

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