#472B66

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

Shades of Blue Diamond #472B66

Tints of Blue Diamond #472B66

Color information

#472B66 (or 0x472B66) is unknown color: approx Blue Diamond. HEX triplet: 47, 2B and 66. RGB value is (71,43,102). Sum of RGB (Red+Green+Blue) = 71+43+102=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #472B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B66 is #B8D499. Grayscale: #393939. Windows color (decimal): -12113050 or 6695751. OLE color: 6695751.

HSL color Cylindrical-coordinate representation of color #472B66: hue angle of 268.47º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472B66 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7143102-
CMYK0.300.5800.6
HSL268.47º40.69%28.43%-
HSV(B)268.47º57.84%40%-
XYZ5.864.0313.04-
YUV58.1152.78137.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=32.87%
G=19.91%
B=47.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71431020.300.5800.6268.4740.6928.43
Hex472B661E3A03C10c291c
Octal1075314636720744145134
Binary1000111101011110011011110111010011110010000110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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