#46386C

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

Shades of Meteorite #46386C

Tints of Meteorite #46386C

Color information

#46386C (or 0x46386C) is unknown color: approx Meteorite. HEX triplet: 46, 38 and 6C. RGB value is (70,56,108). Sum of RGB (Red+Green+Blue) = 70+56+108=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #46386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46386C is #B9C793. Grayscale: #414141. Windows color (decimal): -12175252 or 7092294. OLE color: 7092294.

HSL color Cylindrical-coordinate representation of color #46386C: hue angle of 256.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46386C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7056108-
CMYK0.350.4800.58
HSL256.15º31.71%32.16%-
HSV(B)256.15º48.15%42.35%-
XYZ6.655.2114.84-
YUV66.11151.64130.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=29.91%
G=23.93%
B=46.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70561080.350.4800.58256.1531.7132.16
Hex46386C233003A1002020
Octal1067015443600724004040
Binary100011011100011011001000111100000111010100000000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46386C; }

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

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

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

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

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

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

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

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