#472A6D

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

Shades of Blue Diamond #472A6D

Tints of Blue Diamond #472A6D

Color information

#472A6D (or 0x472A6D) is unknown color: approx Blue Diamond. HEX triplet: 47, 2A and 6D. RGB value is (71,42,109). Sum of RGB (Red+Green+Blue) = 71+42+109=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #472A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A6D is #B8D592. Grayscale: #3A3A3A. Windows color (decimal): -12113299 or 7154247. OLE color: 7154247.

HSL color Cylindrical-coordinate representation of color #472A6D: hue angle of 265.97º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472A6D is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7142109-
CMYK0.350.6100.57
HSL265.97º44.37%29.61%-
HSV(B)265.97º61.47%42.75%-
XYZ6.194.114.93-
YUV58.31156.61137.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=31.98%
G=18.92%
B=49.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71421090.350.6100.57265.9744.3729.61
Hex472A6D233D03910a2c1e
Octal1075215543750714125436
Binary10001111010101101101100011111101011100110000101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,42,109); }

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

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

 a { background-color: rgb(71,42,109); }

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

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

 span { border-color: rgb(71,42,109); }

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