Html Css Color HEX #46326D Meteorite

📋 copy color: '#46326D'

red 70 ◦ green 50 ◦ blue 109

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

Shades of Meteorite #46326D

Tints of Meteorite #46326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 30.57%
G = 21.83%
B = 47.6%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46326D (or 0x46326D) is known color: Meteorite. HEX triplet: 46, 32 and 6D. RGB value is (70,50,109). Sum of RGB (Red+Green+Blue) = 70+50+109=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #46326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46326D is #B9CD92. Grayscale: #3E3E3E. Windows color (decimal): -12176787 or 7156294. OLE color: 7156294.

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

Color convert

RGB 70 50 109 -
CMYK 0.36 0.54 0 0.57
HSL 260.34º 0.37% 0.31% -
HSV(B) 260.34º 0.54% 0.43% -
XYZ 6.43 4.69 15.03 -
YUV 62.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 70 50 109 0.36 0.54 0 0.57 260.34 0.37 0.31
Hex 46 32 6D 24 36 0 39 104 25 1F
Octal 106 62 155 44 66 0 71 404 45 37
Binary 1000110 110010 1101101 100100 110110 0 111001 100000100 100101 11111

Color Harmonies of #46326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46326D

Black with #46326D

Text Example


Text Example

White with #46326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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