#472470

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

Shades of Blue Diamond #472470

Tints of Blue Diamond #472470

Color information

#472470 (or 0x472470) is unknown color: approx Blue Diamond. HEX triplet: 47, 24 and 70. RGB value is (71,36,112). Sum of RGB (Red+Green+Blue) = 71+36+112=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #472470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472470 is #B8DB8F. Grayscale: #363636. Windows color (decimal): -12114832 or 7349319. OLE color: 7349319.

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

Color convert

RGB7136112-
CMYK0.370.6800.56
HSL267.63º51.35%29.02%-
HSV(B)267.63º67.86%43.92%-
XYZ6.153.7715.73-
YUV55.13160.1139.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=32.42%
G=16.44%
B=51.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71361120.370.6800.56267.6351.3529.02
Hex472470254403810c331d
Octal10744160451040704146335
Binary100011110010011100001001011000100011100010000110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472470; }

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

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

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

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

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

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

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

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