Html Css Color HEX #46376B Meteorite

📋 copy color: '#46376B'

red 70 ◦ green 55 ◦ blue 107

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

Shades of Meteorite #46376B

Tints of Meteorite #46376B

RGB

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

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

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

R = 30.17%
G = 23.71%
B = 46.12%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46376B (or 0x46376B) is known color: Meteorite. HEX triplet: 46, 37 and 6B. RGB value is (70,55,107). Sum of RGB (Red+Green+Blue) = 70+55+107=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #46376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46376B is #B9C894. Grayscale: #414141. Windows color (decimal): -12175509 or 7026502. OLE color: 7026502.

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

Color convert

RGB 70 55 107 -
CMYK 0.35 0.49 0 0.58
HSL 257.31º 0.32% 0.32% -
HSV(B) 257.31º 0.49% 0.42% -
XYZ 6.55 5.1 14.55 -
YUV 65.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 70 55 107 0.35 0.49 0 0.58 257.31 0.32 0.32
Hex 46 37 6B 23 31 0 3A 101 20 20
Octal 106 67 153 43 61 0 72 401 40 40
Binary 1000110 110111 1101011 100011 110001 0 111010 100000001 100000 100000

Color Harmonies of #46376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46376B

Black with #46376B

Text Example


Text Example

White with #46376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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