Html Css Color HEX #46356A Meteorite

📋 copy color: '#46356A'

red 70 ◦ green 53 ◦ blue 106

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

Shades of Meteorite #46356A

Tints of Meteorite #46356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 30.57%
G = 23.14%
B = 46.29%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46356A (or 0x46356A) is known color: Meteorite. HEX triplet: 46, 35 and 6A. RGB value is (70,53,106). Sum of RGB (Red+Green+Blue) = 70+53+106=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #46356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46356A is #B9CA95. Grayscale: #3F3F3F. Windows color (decimal): -12176022 or 6960454. OLE color: 6960454.

HSL color Cylindrical-coordinate representation of color #46356A: hue angle of 259.25º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46356A is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 53 106 -
CMYK 0.34 0.5 0 0.58
HSL 259.25º 0.33% 0.31% -
HSV(B) 259.25º 0.5% 0.42% -
XYZ 6.4 4.89 14.24 -
YUV 64.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 70 53 106 0.34 0.5 0 0.58 259.25 0.33 0.31
Hex 46 35 6A 22 32 0 3A 103 21 1F
Octal 106 65 152 42 62 0 72 403 41 37
Binary 1000110 110101 1101010 100010 110010 0 111010 100000011 100001 11111

Color Harmonies of #46356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46356A

Black with #46356A

Text Example


Text Example

White with #46356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46356A; }

 p { color: rgb(70,53,106); }

 H1.HeaderClassName
 {
   color: #46356A;
 }
 .AnyTagClassName
 {
   color: #46356A;
 }
</style>

background-color css

<style>
 a { background-color: #46356A; }

 a { background-color: rgb(70,53,106); }

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

border-color css

<style>
 span { border-color: #46356A; }

 span { border-color: rgb(70,53,106); }

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