Html Css Color HEX #46385E Meteorite

📋 copy color: '#46385E'

red 70 ◦ green 56 ◦ blue 94

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

Shades of Meteorite #46385E

Tints of Meteorite #46385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 31.82%
G = 25.45%
B = 42.73%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46385E (or 0x46385E) is known color: Meteorite. HEX triplet: 46, 38 and 5E. RGB value is (70,56,94). Sum of RGB (Red+Green+Blue) = 70+56+94=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #46385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46385E is #B9C7A1. Grayscale: #404040. Windows color (decimal): -12175266 or 6174790. OLE color: 6174790.

HSL color Cylindrical-coordinate representation of color #46385E: hue angle of 262.11º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46385E is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 56 94 -
CMYK 0.26 0.40 0 0.63
HSL 262.11º 0.25% 0.29% -
HSV(B) 262.11º 0.4% 0.37% -
XYZ 5.96 4.94 11.23 -
YUV 64.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 70 56 94 0.26 0.40 0 0.63 262.11 0.25 0.29
Hex 46 38 5E 1A 28 0 3F 106 19 1D
Octal 106 70 136 32 50 0 77 406 31 35
Binary 1000110 111000 1011110 11010 101000 0 111111 100000110 11001 11101

Color Harmonies of #46385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46385E

Black with #46385E

Text Example


Text Example

White with #46385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,56,94); }

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

background-color css

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

 a { background-color: rgb(70,56,94); }

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

border-color css

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

 span { border-color: rgb(70,56,94); }

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