Html Css Color HEX #46376D Meteorite

📋 copy color: '#46376D'

red 70 ◦ green 55 ◦ blue 109

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

Shades of Meteorite #46376D

Tints of Meteorite #46376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 29.91%
G = 23.5%
B = 46.58%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46376D (or 0x46376D) is known color: Meteorite. HEX triplet: 46, 37 and 6D. RGB value is (70,55,109). Sum of RGB (Red+Green+Blue) = 70+55+109=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #46376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46376D is #B9C892. Grayscale: #414141. Windows color (decimal): -12175507 or 7157574. OLE color: 7157574.

HSL color Cylindrical-coordinate representation of color #46376D: hue angle of 256.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46376D is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 55 109 -
CMYK 0.36 0.50 0 0.57
HSL 256.67º 0.33% 0.32% -
HSV(B) 256.67º 0.5% 0.43% -
XYZ 6.65 5.14 15.11 -
YUV 65.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 70 55 109 0.36 0.50 0 0.57 256.67 0.33 0.32
Hex 46 37 6D 24 32 0 39 101 21 20
Octal 106 67 155 44 62 0 71 401 41 40
Binary 1000110 110111 1101101 100100 110010 0 111001 100000001 100001 100000

Color Harmonies of #46376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46376D

Black with #46376D

Text Example


Text Example

White with #46376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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