#472C70

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

Shades of Blue Diamond #472C70

Tints of Blue Diamond #472C70

Color information

#472C70 (or 0x472C70) is unknown color: approx Blue Diamond. HEX triplet: 47, 2C and 70. RGB value is (71,44,112). Sum of RGB (Red+Green+Blue) = 71+44+112=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #472C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C70 is #B8D38F. Grayscale: #3B3B3B. Windows color (decimal): -12112784 or 7351367. OLE color: 7351367.

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

Color convert

RGB7144112-
CMYK0.370.6100.56
HSL263.82º43.59%30.59%-
HSV(B)263.82º60.71%43.92%-
XYZ6.424.3115.82-
YUV59.82157.45135.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=31.28%
G=19.38%
B=49.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71441120.370.6100.56263.8243.5930.59
Hex472C70253D0381082c1f
Octal1075416045750704105437
Binary10001111011001110000100101111101011100010000100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472C70; }

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

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

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

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

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

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

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

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