#473968

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

Shades of Meteorite #473968

Tints of Meteorite #473968

Color information

#473968 (or 0x473968) is unknown color: approx Meteorite. HEX triplet: 47, 39 and 68. RGB value is (71,57,104). Sum of RGB (Red+Green+Blue) = 71+57+104=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #473968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473968 is #B8C697. Grayscale: #424242. Windows color (decimal): -12109464 or 6830407. OLE color: 6830407.

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

Color convert

RGB7157104-
CMYK0.320.4500.59
HSL257.87º29.19%31.57%-
HSV(B)257.87º45.19%40.78%-
XYZ6.565.2713.77-
YUV66.54149.14131.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=30.60%
G=24.57%
B=44.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71571040.320.4500.59257.8729.1931.57
Hex473968202D03B1021d20
Octal1077115040550734023540
Binary10001111110011101000100000101101011101110000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473968; }

 p { color: rgb(71,57,104); }

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

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

 a { background-color: rgb(71,57,104); }

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

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

 span { border-color: rgb(71,57,104); }

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