Html Css Color HEX #46395E Meteorite

📋 copy color: '#46395E'

red 70 ◦ green 57 ◦ blue 94

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

Shades of Meteorite #46395E

Tints of Meteorite #46395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

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

R = 31.67%
G = 25.79%
B = 42.53%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46395E (or 0x46395E) is known color: Meteorite. HEX triplet: 46, 39 and 5E. RGB value is (70,57,94). Sum of RGB (Red+Green+Blue) = 70+57+94=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #46395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46395E is #B9C6A1. Grayscale: #404040. Windows color (decimal): -12175010 or 6175046. OLE color: 6175046.

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

Color convert

RGB 70 57 94 -
CMYK 0.26 0.39 0 0.63
HSL 261.08º 0.25% 0.3% -
HSV(B) 261.08º 0.39% 0.37% -
XYZ 6.01 5.04 11.25 -
YUV 65.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 70 57 94 0.26 0.39 0 0.63 261.08 0.25 0.3
Hex 46 39 5E 1A 27 0 3F 105 19 1E
Octal 106 71 136 32 47 0 77 405 31 36
Binary 1000110 111001 1011110 11010 100111 0 111111 100000101 11001 11110

Color Harmonies of #46395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46395E

Black with #46395E

Text Example


Text Example

White with #46395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46395E; }

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

 H1.HeaderClassName
 {
   color: #46395E;
 }
 .AnyTagClassName
 {
   color: #46395E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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