#472969

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

Shades of Blue Diamond #472969

Tints of Blue Diamond #472969

Color information

#472969 (or 0x472969) is unknown color: approx Blue Diamond. HEX triplet: 47, 29 and 69. RGB value is (71,41,105). Sum of RGB (Red+Green+Blue) = 71+41+105=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #472969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472969 is #B8D696. Grayscale: #393939. Windows color (decimal): -12113559 or 6891847. OLE color: 6891847.

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

Color convert

RGB7141105-
CMYK0.320.6100.59
HSL268.12º43.84%28.63%-
HSV(B)268.12º60.95%41.18%-
XYZ5.943.9513.81-
YUV57.27154.94137.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=32.72%
G=18.89%
B=48.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71411050.320.6100.59268.1243.8428.63
Hex472969203D03B10c2c1d
Octal1075115140750734145435
Binary10001111010011101001100000111101011101110000110010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472969; }

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

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

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

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

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

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

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

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