#472570

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

Shades of Blue Diamond #472570

Tints of Blue Diamond #472570

Color information

#472570 (or 0x472570) is unknown color: approx Blue Diamond. HEX triplet: 47, 25 and 70. RGB value is (71,37,112). Sum of RGB (Red+Green+Blue) = 71+37+112=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #472570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472570 is #B8DA8F. Grayscale: #373737. Windows color (decimal): -12114576 or 7349575. OLE color: 7349575.

HSL color Cylindrical-coordinate representation of color #472570: hue angle of 267.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472570 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7137112-
CMYK0.370.6700.56
HSL267.2º50.34%29.22%-
HSV(B)267.2º66.96%43.92%-
XYZ6.183.8315.74-
YUV55.72159.76138.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=32.27%
G=16.82%
B=50.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71371120.370.6700.56267.250.3429.22
Hex472570254303810b321d
Octal10745160451030704136235
Binary100011110010111100001001011000011011100010000101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472570; }

 p { color: rgb(71,37,112); }

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

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

 a { background-color: rgb(71,37,112); }

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

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

 span { border-color: rgb(71,37,112); }

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