Html Css Color HEX #463B5E Meteorite

📋 copy color: '#463B5E'

red 70 ◦ green 59 ◦ blue 94

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

Shades of Meteorite #463B5E

Tints of Meteorite #463B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.46%

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

R = 31.39%
G = 26.46%
B = 42.15%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#463B5E (or 0x463B5E) is known color: Meteorite. HEX triplet: 46, 3B and 5E. RGB value is (70,59,94). Sum of RGB (Red+Green+Blue) = 70+59+94=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #463B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B5E is #B9C4A1. Grayscale: #424242. Windows color (decimal): -12174498 or 6175558. OLE color: 6175558.

HSL color Cylindrical-coordinate representation of color #463B5E: hue angle of 258.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #463B5E is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 59 94 -
CMYK 0.26 0.37 0 0.63
HSL 258.86º 0.23% 0.3% -
HSV(B) 258.86º 0.37% 0.37% -
XYZ 6.11 5.24 11.28 -
YUV 66.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 70 59 94 0.26 0.37 0 0.63 258.86 0.23 0.3
Hex 46 3B 5E 1A 25 0 3F 103 17 1E
Octal 106 73 136 32 45 0 77 403 27 36
Binary 1000110 111011 1011110 11010 100101 0 111111 100000011 10111 11110

Color Harmonies of #463B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B5E

Black with #463B5E

Text Example


Text Example

White with #463B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B5E; }

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

 H1.HeaderClassName
 {
   color: #463B5E;
 }
 .AnyTagClassName
 {
   color: #463B5E;
 }
</style>

background-color css

<style>
 a { background-color: #463B5E; }

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

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

border-color css

<style>
 span { border-color: #463B5E; }

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

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