#472768

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

Shades of Blue Diamond #472768

Tints of Blue Diamond #472768

Color information

#472768 (or 0x472768) is unknown color: approx Blue Diamond. HEX triplet: 47, 27 and 68. RGB value is (71,39,104). Sum of RGB (Red+Green+Blue) = 71+39+104=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #472768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472768 is #B8D897. Grayscale: #373737. Windows color (decimal): -12114072 or 6825799. OLE color: 6825799.

HSL color Cylindrical-coordinate representation of color #472768: hue angle of 269.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472768 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7139104-
CMYK0.320.6200.59
HSL269.54º45.45%28.04%-
HSV(B)269.54º62.5%40.78%-
XYZ5.823.7913.52-
YUV55.98155.1138.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=33.18%
G=18.22%
B=48.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71391040.320.6200.59269.5445.4528.04
Hex472768203E03B10e2d1c
Octal1074715040760734165534
Binary10001111001111101000100000111110011101110000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472768; }

 p { color: rgb(71,39,104); }

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

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

 a { background-color: rgb(71,39,104); }

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

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

 span { border-color: rgb(71,39,104); }

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