Html Css Color HEX #46366C Meteorite

📋 copy color: '#46366C'

red 70 ◦ green 54 ◦ blue 108

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

Shades of Meteorite #46366C

Tints of Meteorite #46366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 30.17%
G = 23.28%
B = 46.55%

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

#46366C (or 0x46366C) is known color: Meteorite. HEX triplet: 46, 36 and 6C. RGB value is (70,54,108). Sum of RGB (Red+Green+Blue) = 70+54+108=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #46366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46366C is #B9C993. Grayscale: #404040. Windows color (decimal): -12175764 or 7091782. OLE color: 7091782.

HSL color Cylindrical-coordinate representation of color #46366C: hue angle of 257.78º 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 #46366C is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 54 108 -
CMYK 0.35 0.50 0 0.58
HSL 257.78º 0.33% 0.32% -
HSV(B) 257.78º 0.5% 0.42% -
XYZ 6.55 5.02 14.81 -
YUV 64.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 70 54 108 0.35 0.50 0 0.58 257.78 0.33 0.32
Hex 46 36 6C 23 32 0 3A 102 21 20
Octal 106 66 154 43 62 0 72 402 41 40
Binary 1000110 110110 1101100 100011 110010 0 111010 100000010 100001 100000

Color Harmonies of #46366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46366C

Black with #46366C

Text Example


Text Example

White with #46366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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