#463875

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

Shades of Meteorite #463875

Tints of Meteorite #463875

Color information

#463875 (or 0x463875) is unknown color: approx Meteorite. HEX triplet: 46, 38 and 75. RGB value is (70,56,117). Sum of RGB (Red+Green+Blue) = 70+56+117=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #463875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463875 is #B9C78A. Grayscale: #424242. Windows color (decimal): -12175243 or 7682118. OLE color: 7682118.

HSL color Cylindrical-coordinate representation of color #463875: hue angle of 253.77º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463875 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7056117-
CMYK0.400.5200.54
HSL253.77º35.26%33.92%-
HSV(B)253.77º52.14%45.88%-
XYZ7.155.4117.5-
YUV67.14156.14130.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=28.81%
G=23.05%
B=48.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70561170.400.5200.54253.7735.2633.92
Hex4638752834036fe2322
Octal1067016550640663764342
Binary10001101110001110101101000110100011011011111110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463875; }

 p { color: rgb(70,56,117); }

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

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

 a { background-color: rgb(70,56,117); }

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

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

 span { border-color: rgb(70,56,117); }

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