#472B68

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

Shades of Blue Diamond #472B68

Tints of Blue Diamond #472B68

Color information

#472B68 (or 0x472B68) is unknown color: approx Blue Diamond. HEX triplet: 47, 2B and 68. RGB value is (71,43,104). Sum of RGB (Red+Green+Blue) = 71+43+104=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #472B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B68 is #B8D497. Grayscale: #3A3A3A. Windows color (decimal): -12113048 or 6826823. OLE color: 6826823.

HSL color Cylindrical-coordinate representation of color #472B68: hue angle of 267.54º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472B68 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7143104-
CMYK0.320.5900.59
HSL267.54º41.5%28.82%-
HSV(B)267.54º58.65%40.78%-
XYZ5.964.0713.57-
YUV58.33153.78137.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=32.57%
G=19.72%
B=47.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71431040.320.5900.59267.5441.528.82
Hex472B68203B03B10c291d
Octal1075315040730734145135
Binary10001111010111101000100000111011011101110000110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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