Html Css Color HEX #46366B Meteorite

📋 copy color: '#46366B'

red 70 ◦ green 54 ◦ blue 107

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

Shades of Meteorite #46366B

Tints of Meteorite #46366B

RGB

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

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

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

R = 30.3%
G = 23.38%
B = 46.32%

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

#46366B (or 0x46366B) is known color: Meteorite. HEX triplet: 46, 36 and 6B. RGB value is (70,54,107). Sum of RGB (Red+Green+Blue) = 70+54+107=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #46366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46366B is #B9C994. Grayscale: #404040. Windows color (decimal): -12175765 or 7026246. OLE color: 7026246.

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

Color convert

RGB 70 54 107 -
CMYK 0.35 0.50 0 0.58
HSL 258.11º 0.33% 0.32% -
HSV(B) 258.11º 0.5% 0.42% -
XYZ 6.5 5 14.53 -
YUV 64.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 70 54 107 0.35 0.50 0 0.58 258.11 0.33 0.32
Hex 46 36 6B 23 32 0 3A 102 21 20
Octal 106 66 153 43 62 0 72 402 41 40
Binary 1000110 110110 1101011 100011 110010 0 111010 100000010 100001 100000

Color Harmonies of #46366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46366B

Black with #46366B

Text Example


Text Example

White with #46366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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