Html Css Color HEX #46356D Meteorite

📋 copy color: '#46356D'

red 70 ◦ green 53 ◦ blue 109

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

Shades of Meteorite #46356D

Tints of Meteorite #46356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.98%

R = 30.17%
G = 22.84%
B = 46.98%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46356D (or 0x46356D) is known color: Meteorite. HEX triplet: 46, 35 and 6D. RGB value is (70,53,109). Sum of RGB (Red+Green+Blue) = 70+53+109=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #46356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46356D is #B9CA92. Grayscale: #404040. Windows color (decimal): -12176019 or 7157062. OLE color: 7157062.

HSL color Cylindrical-coordinate representation of color #46356D: hue angle of 258.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46356D is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 53 109 -
CMYK 0.36 0.51 0 0.57
HSL 258.21º 0.35% 0.32% -
HSV(B) 258.21º 0.51% 0.43% -
XYZ 6.56 4.95 15.08 -
YUV 64.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 70 53 109 0.36 0.51 0 0.57 258.21 0.35 0.32
Hex 46 35 6D 24 33 0 39 102 23 20
Octal 106 65 155 44 63 0 71 402 43 40
Binary 1000110 110101 1101101 100100 110011 0 111001 100000010 100011 100000

Color Harmonies of #46356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46356D

Black with #46356D

Text Example


Text Example

White with #46356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46356D; }

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

 H1.HeaderClassName
 {
   color: #46356D;
 }
 .AnyTagClassName
 {
   color: #46356D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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