Html Css Color HEX #46355F Meteorite

📋 copy color: '#46355F'

red 70 ◦ green 53 ◦ blue 95

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

Shades of Meteorite #46355F

Tints of Meteorite #46355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 95 (37.5% from 255) = 43.58%

R = 32.11%
G = 24.31%
B = 43.58%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46355F (or 0x46355F) is known color: Meteorite. HEX triplet: 46, 35 and 5F. RGB value is (70,53,95). Sum of RGB (Red+Green+Blue) = 70+53+95=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #46355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46355F is #B9CAA0. Grayscale: #3E3E3E. Windows color (decimal): -12176033 or 6239558. OLE color: 6239558.

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

Color convert

RGB 70 53 95 -
CMYK 0.26 0.44 0 0.63
HSL 264.29º 0.28% 0.29% -
HSV(B) 264.29º 0.44% 0.37% -
XYZ 5.86 4.67 11.42 -
YUV 62.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 70 53 95 0.26 0.44 0 0.63 264.29 0.28 0.29
Hex 46 35 5F 1A 2C 0 3F 108 1C 1D
Octal 106 65 137 32 54 0 77 410 34 35
Binary 1000110 110101 1011111 11010 101100 0 111111 100001000 11100 11101

Color Harmonies of #46355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46355F

Black with #46355F

Text Example


Text Example

White with #46355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46355F; }

 p { color: rgb(70,53,95); }

 H1.HeaderClassName
 {
   color: #46355F;
 }
 .AnyTagClassName
 {
   color: #46355F;
 }
</style>

background-color css

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

 a { background-color: rgb(70,53,95); }

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

border-color css

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

 span { border-color: rgb(70,53,95); }

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