Html Css Color HEX #46336F Meteorite

📋 copy color: '#46336F'

red 70 ◦ green 51 ◦ blue 111

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

Shades of Meteorite #46336F

Tints of Meteorite #46336F

RGB

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

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

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

R = 30.17%
G = 21.98%
B = 47.84%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46336F (or 0x46336F) is known color: Meteorite. HEX triplet: 46, 33 and 6F. RGB value is (70,51,111). Sum of RGB (Red+Green+Blue) = 70+51+111=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #46336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46336F is #B9CC90. Grayscale: #3F3F3F. Windows color (decimal): -12176529 or 7287622. OLE color: 7287622.

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

Color convert

RGB 70 51 111 -
CMYK 0.37 0.54 0 0.56
HSL 259º 0.37% 0.32% -
HSV(B) 259º 0.54% 0.44% -
XYZ 6.58 4.82 15.62 -
YUV 63.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 70 51 111 0.37 0.54 0 0.56 259 0.37 0.32
Hex 46 33 6F 25 36 0 38 103 25 20
Octal 106 63 157 45 66 0 70 403 45 40
Binary 1000110 110011 1101111 100101 110110 0 111000 100000011 100101 100000

Color Harmonies of #46336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46336F

Black with #46336F

Text Example


Text Example

White with #46336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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