Html Css Color HEX #46336E Meteorite

📋 copy color: '#46336E'

red 70 ◦ green 51 ◦ blue 110

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

Shades of Meteorite #46336E

Tints of Meteorite #46336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 110 (43.36% from 255) = 47.62%

R = 30.3%
G = 22.08%
B = 47.62%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46336E (or 0x46336E) is known color: Meteorite. HEX triplet: 46, 33 and 6E. RGB value is (70,51,110). Sum of RGB (Red+Green+Blue) = 70+51+110=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #46336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46336E is #B9CC91. Grayscale: #3F3F3F. Windows color (decimal): -12176530 or 7222086. OLE color: 7222086.

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

Color convert

RGB 70 51 110 -
CMYK 0.36 0.54 0 0.57
HSL 259.32º 0.37% 0.32% -
HSV(B) 259.32º 0.54% 0.43% -
XYZ 6.52 4.8 15.33 -
YUV 63.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 70 51 110 0.36 0.54 0 0.57 259.32 0.37 0.32
Hex 46 33 6E 24 36 0 39 103 25 20
Octal 106 63 156 44 66 0 71 403 45 40
Binary 1000110 110011 1101110 100100 110110 0 111001 100000011 100101 100000

Color Harmonies of #46336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46336E

Black with #46336E

Text Example


Text Example

White with #46336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46336E; }

 p { color: rgb(70,51,110); }

 H1.HeaderClassName
 {
   color: #46336E;
 }
 .AnyTagClassName
 {
   color: #46336E;
 }
</style>

background-color css

<style>
 a { background-color: #46336E; }

 a { background-color: rgb(70,51,110); }

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

border-color css

<style>
 span { border-color: #46336E; }

 span { border-color: rgb(70,51,110); }

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