#472868

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

Shades of Blue Diamond #472868

Tints of Blue Diamond #472868

Color information

#472868 (or 0x472868) is unknown color: approx Blue Diamond. HEX triplet: 47, 28 and 68. RGB value is (71,40,104). Sum of RGB (Red+Green+Blue) = 71+40+104=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #472868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472868 is #B8D797. Grayscale: #383838. Windows color (decimal): -12113816 or 6826055. OLE color: 6826055.

HSL color Cylindrical-coordinate representation of color #472868: hue angle of 269.06º degrees, saturation: 0.44, 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 #472868 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7140104-
CMYK0.320.6200.59
HSL269.06º44.44%28.24%-
HSV(B)269.06º61.54%40.78%-
XYZ5.863.8613.53-
YUV56.56154.77138.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=33.02%
G=18.60%
B=48.37%

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
Decimal71401040.320.6200.59269.0644.4428.24
Hex472868203E03B10d2c1c
Octal1075015040760734155434
Binary10001111010001101000100000111110011101110000110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472868; }

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

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

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

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

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

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

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

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