#472A69

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

Shades of Blue Diamond #472A69

Tints of Blue Diamond #472A69

Color information

#472A69 (or 0x472A69) is unknown color: approx Blue Diamond. HEX triplet: 47, 2A and 69. RGB value is (71,42,105). Sum of RGB (Red+Green+Blue) = 71+42+105=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #472A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A69 is #B8D596. Grayscale: #393939. Windows color (decimal): -12113303 or 6892103. OLE color: 6892103.

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

Color convert

RGB7142105-
CMYK0.320.600.59
HSL267.62º42.86%28.82%-
HSV(B)267.62º60%41.18%-
XYZ5.984.0213.82-
YUV57.85154.61137.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=32.57%
G=19.27%
B=48.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71421050.320.600.59267.6242.8628.82
Hex472A69203C03B10c2b1d
Octal1075215140740734145335
Binary10001111010101101001100000111100011101110000110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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