#472069

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

Shades of Blue Diamond #472069

Tints of Blue Diamond #472069

Color information

#472069 (or 0x472069) is unknown color: approx Blue Diamond. HEX triplet: 47, 20 and 69. RGB value is (71,32,105). Sum of RGB (Red+Green+Blue) = 71+32+105=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #472069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472069 is #B8DF96. Grayscale: #333333. Windows color (decimal): -12115863 or 6889543. OLE color: 6889543.

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

Color convert

RGB7132105-
CMYK0.320.7000.59
HSL272.05º53.28%26.86%-
HSV(B)272.05º69.52%41.18%-
XYZ5.663.3913.72-
YUV51.98157.92141.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=34.13%
G=15.38%
B=50.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71321050.320.7000.59272.0553.2826.86
Hex472069204603B110351b
Octal10740151401060734206533
Binary100011110000011010011000001000110011101110001000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472069; }

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

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

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

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

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

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

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

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