#463961

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

Shades of Meteorite #463961

Tints of Meteorite #463961

Color information

#463961 (or 0x463961) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 61. RGB value is (70,57,97). Sum of RGB (Red+Green+Blue) = 70+57+97=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #463961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463961 is #B9C69E. Grayscale: #414141. Windows color (decimal): -12175007 or 6371654. OLE color: 6371654.

HSL color Cylindrical-coordinate representation of color #463961: hue angle of 259.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #463961 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB705797-
CMYK0.280.4100.62
HSL259.5º25.97%30.2%-
HSV(B)259.5º41.24%38.04%-
XYZ6.155.0911.97-
YUV65.45145.81131.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=31.25%
G=25.45%
B=43.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7057970.280.4100.62259.525.9730.2
Hex4639611C2903E1041a1e
Octal1067114134510764043236
Binary100011011100111000011110010100101111101000001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463961; }

 p { color: rgb(70,57,97); }

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

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

 a { background-color: rgb(70,57,97); }

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

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

 span { border-color: rgb(70,57,97); }

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