#472068

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

Shades of Blue Diamond #472068

Tints of Blue Diamond #472068

Color information

#472068 (or 0x472068) is unknown color: approx Blue Diamond. HEX triplet: 47, 20 and 68. RGB value is (71,32,104). Sum of RGB (Red+Green+Blue) = 71+32+104=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #472068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472068 is #B8DF97. Grayscale: #333333. Windows color (decimal): -12115864 or 6824007. OLE color: 6824007.

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

Color convert

RGB7132104-
CMYK0.320.6900.59
HSL272.5º52.94%26.67%-
HSV(B)272.5º69.23%40.78%-
XYZ5.613.3713.45-
YUV51.87157.42141.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=34.30%
G=15.46%
B=50.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71321040.320.6900.59272.552.9426.67
Hex472068204503B110351b
Octal10740150401050734206533
Binary100011110000011010001000001000101011101110001000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472068; }

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

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

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

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

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

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

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

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