#463467

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

Shades of Meteorite #463467

Tints of Meteorite #463467

Color information

#463467 (or 0x463467) is unknown color: approx Meteorite. HEX triplet: 46, 34 and 67. RGB value is (70,52,103). Sum of RGB (Red+Green+Blue) = 70+52+103=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #463467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463467 is #B9CB98. Grayscale: #3F3F3F. Windows color (decimal): -12176281 or 6763590. OLE color: 6763590.

HSL color Cylindrical-coordinate representation of color #463467: hue angle of 261.18º 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 #463467 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7052103-
CMYK0.320.5000.60
HSL261.18º32.9%30.39%-
HSV(B)261.18º49.51%40.39%-
XYZ6.24.7413.42-
YUV63.2150.46132.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=31.11%
G=23.11%
B=45.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70521030.320.5000.60261.1832.930.39
Hex463467203203C105211e
Octal1066414740620744054136
Binary10001101101001100111100000110010011110010000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463467; }

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

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

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

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

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

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

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

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