#472b70

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

Shades of Blue Diamond #472B70

Tints of Blue Diamond #472B70

Color information

#472B70 (or 0x472B70) is unknown color: approx Blue Diamond. HEX triplet: 47, 2B and 70. RGB value is (71,43,112). Sum of RGB (Red+Green+Blue) = 71+43+112=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #472B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B70 is #B8D48F. Grayscale: #3A3A3A. Windows color (decimal): -12113040 or 7351111. OLE color: 7351111.

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

Color convert

RGB7143112-
CMYK0.370.6200.56
HSL264.35º44.52%30.39%-
HSV(B)264.35º61.61%43.92%-
XYZ6.394.2415.81-
YUV59.24157.78136.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=31.42%
G=19.03%
B=49.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71431120.370.6200.56264.3544.5230.39
Hex472B70253E0381082d1e
Octal1075316045760704105536
Binary10001111010111110000100101111110011100010000100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472b70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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