#472073

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

Shades of Blue Diamond #472073

Tints of Blue Diamond #472073

Color information

#472073 (or 0x472073) is unknown color: approx Blue Diamond. HEX triplet: 47, 20 and 73. RGB value is (71,32,115). Sum of RGB (Red+Green+Blue) = 71+32+115=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #472073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472073 is #B8DF8C. Grayscale: #343434. Windows color (decimal): -12115853 or 7544903. OLE color: 7544903.

HSL color Cylindrical-coordinate representation of color #472073: hue angle of 268.19º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472073 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7132115-
CMYK0.380.7200.55
HSL268.19º56.46%28.82%-
HSV(B)268.19º72.17%45.1%-
XYZ6.213.6116.59-
YUV53.12162.92140.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=32.57%
G=14.68%
B=52.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71321150.380.7200.55268.1956.4628.82
Hex472073264803710c381d
Octal10740163461100674147035
Binary100011110000011100111001101001000011011110000110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472073; }

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

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

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

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

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

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

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

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