Html Css Color HEX #463A5F Meteorite

📋 copy color: '#463A5F'

red 70 ◦ green 58 ◦ blue 95

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

Shades of Meteorite #463A5F

Tints of Meteorite #463A5F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.01%

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 31.39%
G = 26.01%
B = 42.6%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#463A5F (or 0x463A5F) is known color: Meteorite. HEX triplet: 46, 3A and 5F. RGB value is (70,58,95). Sum of RGB (Red+Green+Blue) = 70+58+95=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #463A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A5F is #B9C5A0. Grayscale: #414141. Windows color (decimal): -12174753 or 6240838. OLE color: 6240838.

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

Color convert

RGB 70 58 95 -
CMYK 0.26 0.39 0 0.63
HSL 259.46º 0.24% 0.3% -
HSV(B) 259.46º 0.39% 0.37% -
XYZ 6.1 5.15 11.5 -
YUV 65.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 70 58 95 0.26 0.39 0 0.63 259.46 0.24 0.3
Hex 46 3A 5F 1A 27 0 3F 103 18 1E
Octal 106 72 137 32 47 0 77 403 30 36
Binary 1000110 111010 1011111 11010 100111 0 111111 100000011 11000 11110

Color Harmonies of #463A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A5F

Black with #463A5F

Text Example


Text Example

White with #463A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,58,95); }

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

background-color css

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

 a { background-color: rgb(70,58,95); }

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

border-color css

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

 span { border-color: rgb(70,58,95); }

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