#472369

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

Shades of Blue Diamond #472369

Tints of Blue Diamond #472369

Color information

#472369 (or 0x472369) is unknown color: approx Blue Diamond. HEX triplet: 47, 23 and 69. RGB value is (71,35,105). Sum of RGB (Red+Green+Blue) = 71+35+105=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #472369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472369 is #B8DC96. Grayscale: #353535. Windows color (decimal): -12115095 or 6890311. OLE color: 6890311.

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

Color convert

RGB7135105-
CMYK0.320.6700.59
HSL270.86º50%27.45%-
HSV(B)270.86º66.67%41.18%-
XYZ5.753.5613.75-
YUV53.74156.93140.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=33.65%
G=16.59%
B=49.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71351050.320.6700.59270.865027.45
Hex472369204303B10f321b
Octal10743151401030734176233
Binary100011110001111010011000001000011011101110000111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472369; }

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

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

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

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

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

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

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

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