#472B62

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

Shades of Blue Diamond #472B62

Tints of Blue Diamond #472B62

Color information

#472B62 (or 0x472B62) is unknown color: approx Blue Diamond. HEX triplet: 47, 2B and 62. RGB value is (71,43,98). Sum of RGB (Red+Green+Blue) = 71+43+98=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #472B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B62 is #B8D49D. Grayscale: #393939. Windows color (decimal): -12113054 or 6433607. OLE color: 6433607.

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

Color convert

RGB714398-
CMYK0.280.5600.62
HSL270.55º39.01%27.65%-
HSV(B)270.55º56.12%38.43%-
XYZ5.673.9512.02-
YUV57.64150.78137.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=33.49%
G=20.28%
B=46.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7143980.280.5600.62270.5539.0127.65
Hex472B621C3803E10f271c
Octal1075314234700764174734
Binary1000111101011110001011100111000011111010000111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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