Html Css Color HEX #463A5E Meteorite

📋 copy color: '#463A5E'

red 70 ◦ green 58 ◦ blue 94

#463A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #463A5E

Tints of Meteorite #463A5E

RGB

 RED value IS 70 (27.73% from 255) = 31.53%

 GREEN value IS 58 (23.05% from 255) = 26.13%

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 31.53%
G = 26.13%
B = 42.34%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#463A5E (or 0x463A5E) is known color: Meteorite. HEX triplet: 46, 3A and 5E. RGB value is (70,58,94). Sum of RGB (Red+Green+Blue) = 70+58+94=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #463A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A5E is #B9C5A1. Grayscale: #414141. Windows color (decimal): -12174754 or 6175302. OLE color: 6175302.

HSL color Cylindrical-coordinate representation of color #463A5E: hue angle of 260º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463A5E is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 58 94 -
CMYK 0.26 0.38 0 0.63
HSL 260º 0.24% 0.3% -
HSV(B) 260º 0.38% 0.37% -
XYZ 6.06 5.14 11.26 -
YUV 65.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 70 58 94 0.26 0.38 0 0.63 260 0.24 0.3
Hex 46 3A 5E 1A 26 0 3F 104 18 1E
Octal 106 72 136 32 46 0 77 404 30 36
Binary 1000110 111010 1011110 11010 100110 0 111111 100000100 11000 11110

Color Harmonies of #463A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A5E

Black with #463A5E

Text Example


Text Example

White with #463A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A5E; }

 p { color: rgb(70,58,94); }

 H1.HeaderClassName
 {
   color: #463A5E;
 }
 .AnyTagClassName
 {
   color: #463A5E;
 }
</style>

background-color css

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

 a { background-color: rgb(70,58,94); }

 div.DivClassName
 {
   background-color: #463A5E;
 }
 .BgClassName
 {
   background-color: #463A5E;
 }
</style>

border-color css

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

 span { border-color: rgb(70,58,94); }

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