#463767

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

Shades of Meteorite #463767

Tints of Meteorite #463767

Color information

#463767 (or 0x463767) is unknown color: approx Meteorite. HEX triplet: 46, 37 and 67. RGB value is (70,55,103). Sum of RGB (Red+Green+Blue) = 70+55+103=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #463767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463767 is #B9C898. Grayscale: #404040. Windows color (decimal): -12175513 or 6764358. OLE color: 6764358.

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

Color convert

RGB7055103-
CMYK0.320.4700.60
HSL258.75º30.38%30.98%-
HSV(B)258.75º46.6%40.39%-
XYZ6.345.0113.47-
YUV64.96149.47131.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=30.70%
G=24.12%
B=45.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70551030.320.4700.60258.7530.3830.98
Hex463767202F03C1031e1f
Octal1066714740570744033637
Binary1000110110111110011110000010111101111001000000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463767; }

 p { color: rgb(70,55,103); }

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

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

 a { background-color: rgb(70,55,103); }

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

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

 span { border-color: rgb(70,55,103); }

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