#472B72

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

Shades of Blue Diamond #472B72

Tints of Blue Diamond #472B72

Color information

#472B72 (or 0x472B72) is unknown color: approx Blue Diamond. HEX triplet: 47, 2B and 72. RGB value is (71,43,114). Sum of RGB (Red+Green+Blue) = 71+43+114=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #472B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B72 is #B8D48D. Grayscale: #3B3B3B. Windows color (decimal): -12113038 or 7482183. OLE color: 7482183.

HSL color Cylindrical-coordinate representation of color #472B72: hue angle of 263.66º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472B72 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7143114-
CMYK0.380.6200.55
HSL263.66º45.22%30.78%-
HSV(B)263.66º62.28%44.71%-
XYZ6.54.2816.4-
YUV59.47158.78136.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 114 (44.92% from 255) = 50%
R=31.14%
G=18.86%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71431140.380.6200.55263.6645.2230.78
Hex472B72263E0371082d1f
Octal1075316246760674105537
Binary10001111010111110010100110111110011011110000100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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