#472077

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

Shades of Blue Diamond #472077

Tints of Blue Diamond #472077

Color information

#472077 (or 0x472077) is unknown color: approx Blue Diamond. HEX triplet: 47, 20 and 77. RGB value is (71,32,119). Sum of RGB (Red+Green+Blue) = 71+32+119=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #472077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472077 is #B8DF88. Grayscale: #353535. Windows color (decimal): -12115849 or 7807047. OLE color: 7807047.

HSL color Cylindrical-coordinate representation of color #472077: hue angle of 266.9º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472077 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7132119-
CMYK0.400.7300.53
HSL266.9º57.62%29.61%-
HSV(B)266.9º73.11%46.67%-
XYZ6.443.717.83-
YUV53.58164.92140.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=31.98%
G=14.41%
B=53.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71321190.400.7300.53266.957.6229.61
Hex472077284903510b3a1e
Octal10740167501110654137236
Binary100011110000011101111010001001001011010110000101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472077; }

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

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

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

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

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

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

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

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