Html Css Color HEX #46365E Meteorite

📋 copy color: '#46365E'

red 70 ◦ green 54 ◦ blue 94

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

Shades of Meteorite #46365E

Tints of Meteorite #46365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 32.11%
G = 24.77%
B = 43.12%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46365E (or 0x46365E) is known color: Meteorite. HEX triplet: 46, 36 and 5E. RGB value is (70,54,94). Sum of RGB (Red+Green+Blue) = 70+54+94=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 94 - color contains mainly: blue. Hex color #46365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46365E is #B9C9A1. Grayscale: #3F3F3F. Windows color (decimal): -12175778 or 6174278. OLE color: 6174278.

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

Color convert

RGB 70 54 94 -
CMYK 0.26 0.43 0 0.63
HSL 264º 0.27% 0.29% -
HSV(B) 264º 0.43% 0.37% -
XYZ 5.87 4.75 11.2 -
YUV 63.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 70 54 94 0.26 0.43 0 0.63 264 0.27 0.29
Hex 46 36 5E 1A 2B 0 3F 108 1B 1D
Octal 106 66 136 32 53 0 77 410 33 35
Binary 1000110 110110 1011110 11010 101011 0 111111 100001000 11011 11101

Color Harmonies of #46365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46365E

Black with #46365E

Text Example


Text Example

White with #46365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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