#474069

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

Shades of Meteorite #474069

Tints of Meteorite #474069

Color information

#474069 (or 0x474069) is unknown color: approx Meteorite. HEX triplet: 47, 40 and 69. RGB value is (71,64,105). Sum of RGB (Red+Green+Blue) = 71+64+105=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #474069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474069 is #B8BF96. Grayscale: #464646. Windows color (decimal): -12107671 or 6897735. OLE color: 6897735.

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

Color convert

RGB7164105-
CMYK0.320.3900.59
HSL250.24º24.26%33.14%-
HSV(B)250.24º39.05%41.18%-
XYZ6.986.0314.16-
YUV70.77147.32128.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=29.58%
G=26.67%
B=43.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71641050.320.3900.59250.2424.2633.14
Hex474069202703Bfa1821
Octal10710015140470733723041
Binary10001111000000110100110000010011101110111111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474069; }

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

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

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

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

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

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

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

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