Html Css Color HEX #46376F Meteorite

📋 copy color: '#46376F'

red 70 ◦ green 55 ◦ blue 111

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

Shades of Meteorite #46376F

Tints of Meteorite #46376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 29.66%
G = 23.31%
B = 47.03%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46376F (or 0x46376F) is known color: Meteorite. HEX triplet: 46, 37 and 6F. RGB value is (70,55,111). Sum of RGB (Red+Green+Blue) = 70+55+111=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #46376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46376F is #B9C890. Grayscale: #414141. Windows color (decimal): -12175505 or 7288646. OLE color: 7288646.

HSL color Cylindrical-coordinate representation of color #46376F: hue angle of 256.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46376F is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 55 111 -
CMYK 0.37 0.50 0 0.56
HSL 256.07º 0.34% 0.33% -
HSV(B) 256.07º 0.5% 0.44% -
XYZ 6.76 5.18 15.68 -
YUV 65.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 70 55 111 0.37 0.50 0 0.56 256.07 0.34 0.33
Hex 46 37 6F 25 32 0 38 100 22 21
Octal 106 67 157 45 62 0 70 400 42 41
Binary 1000110 110111 1101111 100101 110010 0 111000 100000000 100010 100001

Color Harmonies of #46376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46376F

Black with #46376F

Text Example


Text Example

White with #46376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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