#473069

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

Shades of Blue Diamond #473069

Tints of Blue Diamond #473069

Color information

#473069 (or 0x473069) is unknown color: approx Blue Diamond. HEX triplet: 47, 30 and 69. RGB value is (71,48,105). Sum of RGB (Red+Green+Blue) = 71+48+105=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #473069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473069 is #B8CF96. Grayscale: #3D3D3D. Windows color (decimal): -12111767 or 6893639. OLE color: 6893639.

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

Color convert

RGB7148105-
CMYK0.320.5400.59
HSL264.21º37.25%30%-
HSV(B)264.21º54.29%41.18%-
XYZ6.214.4713.9-
YUV61.38152.62134.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=31.70%
G=21.43%
B=46.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71481050.320.5400.59264.2137.2530
Hex473069203603B108251e
Octal1076015140660734104536
Binary10001111100001101001100000110110011101110000100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473069; }

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

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

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

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

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

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

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

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