Html Css Color HEX #46356E Meteorite

📋 copy color: '#46356E'

red 70 ◦ green 53 ◦ blue 110

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

Shades of Meteorite #46356E

Tints of Meteorite #46356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 30.04%
G = 22.75%
B = 47.21%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46356E (or 0x46356E) is known color: Meteorite. HEX triplet: 46, 35 and 6E. RGB value is (70,53,110). Sum of RGB (Red+Green+Blue) = 70+53+110=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #46356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46356E is #B9CA91. Grayscale: #404040. Windows color (decimal): -12176018 or 7222598. OLE color: 7222598.

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

Color convert

RGB 70 53 110 -
CMYK 0.36 0.52 0 0.57
HSL 257.89º 0.35% 0.32% -
HSV(B) 257.89º 0.52% 0.43% -
XYZ 6.61 4.97 15.36 -
YUV 64.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 70 53 110 0.36 0.52 0 0.57 257.89 0.35 0.32
Hex 46 35 6E 24 34 0 39 102 23 20
Octal 106 65 156 44 64 0 71 402 43 40
Binary 1000110 110101 1101110 100100 110100 0 111001 100000010 100011 100000

Color Harmonies of #46356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46356E

Black with #46356E

Text Example


Text Example

White with #46356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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