#464061

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

Shades of Meteorite #464061

Tints of Meteorite #464061

Color information

#464061 (or 0x464061) is unknown color: approx Meteorite. HEX triplet: 46, 40 and 61. RGB value is (70,64,97). Sum of RGB (Red+Green+Blue) = 70+64+97=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #464061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464061 is #B9BF9E. Grayscale: #454545. Windows color (decimal): -12173215 or 6373446. OLE color: 6373446.

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

Color convert

RGB706497-
CMYK0.280.3400.62
HSL250.91º20.5%31.57%-
HSV(B)250.91º34.02%38.04%-
XYZ6.525.8312.09-
YUV69.56143.49128.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=30.30%
G=27.71%
B=41.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7064970.280.3400.62250.9120.531.57
Hex4640611C2203Efb1420
Octal10610014134420763732440
Binary1000110100000011000011110010001001111101111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464061; }

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

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

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

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

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

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

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

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