Html Css Color HEX #46356B Meteorite

📋 copy color: '#46356B'

red 70 ◦ green 53 ◦ blue 107

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

Shades of Meteorite #46356B

Tints of Meteorite #46356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.52%

R = 30.43%
G = 23.04%
B = 46.52%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46356B (or 0x46356B) is known color: Meteorite. HEX triplet: 46, 35 and 6B. RGB value is (70,53,107). Sum of RGB (Red+Green+Blue) = 70+53+107=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #46356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46356B is #B9CA94. Grayscale: #404040. Windows color (decimal): -12176021 or 7025990. OLE color: 7025990.

HSL color Cylindrical-coordinate representation of color #46356B: hue angle of 258.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46356B is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 53 107 -
CMYK 0.35 0.50 0 0.58
HSL 258.89º 0.34% 0.31% -
HSV(B) 258.89º 0.5% 0.42% -
XYZ 6.45 4.91 14.52 -
YUV 64.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 70 53 107 0.35 0.50 0 0.58 258.89 0.34 0.31
Hex 46 35 6B 23 32 0 3A 103 22 1F
Octal 106 65 153 43 62 0 72 403 42 37
Binary 1000110 110101 1101011 100011 110010 0 111010 100000011 100010 11111

Color Harmonies of #46356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46356B

Black with #46356B

Text Example


Text Example

White with #46356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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