#473467

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

Shades of Meteorite #473467

Tints of Meteorite #473467

Color information

#473467 (or 0x473467) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 67. RGB value is (71,52,103). Sum of RGB (Red+Green+Blue) = 71+52+103=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #473467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473467 is #B8CB98. Grayscale: #3F3F3F. Windows color (decimal): -12110745 or 6763591. OLE color: 6763591.

HSL color Cylindrical-coordinate representation of color #473467: hue angle of 262.35º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473467 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7152103-
CMYK0.310.5000.60
HSL262.35º32.9%30.39%-
HSV(B)262.35º49.51%40.39%-
XYZ6.274.7713.42-
YUV63.5150.29133.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=31.42%
G=23.01%
B=45.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71521030.310.5000.60262.3532.930.39
Hex4734671F3203C106211e
Octal1076414737620744064136
Binary1000111110100110011111111110010011110010000011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473467; }

 p { color: rgb(71,52,103); }

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

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

 a { background-color: rgb(71,52,103); }

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

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

 span { border-color: rgb(71,52,103); }

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