#472365

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

Shades of Blue Diamond #472365

Tints of Blue Diamond #472365

Color information

#472365 (or 0x472365) is unknown color: approx Blue Diamond. HEX triplet: 47, 23 and 65. RGB value is (71,35,101). Sum of RGB (Red+Green+Blue) = 71+35+101=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #472365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472365 is #B8DC9A. Grayscale: #353535. Windows color (decimal): -12115099 or 6628167. OLE color: 6628167.

HSL color Cylindrical-coordinate representation of color #472365: hue angle of 272.73º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472365 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7135101-
CMYK0.300.6500.60
HSL272.73º48.53%26.67%-
HSV(B)272.73º65.35%39.61%-
XYZ5.553.4812.69-
YUV53.29154.93140.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=34.30%
G=16.91%
B=48.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71351010.300.6500.60272.7348.5326.67
Hex4723651E4103C111311b
Octal10743145361010744216133
Binary10001111000111100101111101000001011110010001000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472365; }

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

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

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

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

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

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

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

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