Html Css Color HEX #46346D Meteorite

📋 copy color: '#46346D'

red 70 ◦ green 52 ◦ blue 109

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

Shades of Meteorite #46346D

Tints of Meteorite #46346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 30.3%
G = 22.51%
B = 47.19%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46346D (or 0x46346D) is known color: Meteorite. HEX triplet: 46, 34 and 6D. RGB value is (70,52,109). Sum of RGB (Red+Green+Blue) = 70+52+109=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #46346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46346D is #B9CB92. Grayscale: #3F3F3F. Windows color (decimal): -12176275 or 7156806. OLE color: 7156806.

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

Color convert

RGB 70 52 109 -
CMYK 0.36 0.52 0 0.57
HSL 258.95º 0.35% 0.32% -
HSV(B) 258.95º 0.52% 0.43% -
XYZ 6.51 4.86 15.06 -
YUV 63.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 70 52 109 0.36 0.52 0 0.57 258.95 0.35 0.32
Hex 46 34 6D 24 34 0 39 103 23 20
Octal 106 64 155 44 64 0 71 403 43 40
Binary 1000110 110100 1101101 100100 110100 0 111001 100000011 100011 100000

Color Harmonies of #46346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46346D

Black with #46346D

Text Example


Text Example

White with #46346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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