Html Css Color HEX #463963 Meteorite

📋 copy color: '#463963'

red 70 ◦ green 57 ◦ blue 99

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

Shades of Meteorite #463963

Tints of Meteorite #463963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 30.97%
G = 25.22%
B = 43.81%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#463963 (or 0x463963) is known color: Meteorite. HEX triplet: 46, 39 and 63. RGB value is (70,57,99). Sum of RGB (Red+Green+Blue) = 70+57+99=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #463963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463963 is #B9C69C. Grayscale: #414141. Windows color (decimal): -12175005 or 6502726. OLE color: 6502726.

HSL color Cylindrical-coordinate representation of color #463963: hue angle of 258.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #463963 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 57 99 -
CMYK 0.29 0.42 0 0.61
HSL 258.57º 0.27% 0.31% -
HSV(B) 258.57º 0.42% 0.39% -
XYZ 6.24 5.13 12.47 -
YUV 65.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 70 57 99 0.29 0.42 0 0.61 258.57 0.27 0.31
Hex 46 39 63 1D 2A 0 3D 103 1B 1F
Octal 106 71 143 35 52 0 75 403 33 37
Binary 1000110 111001 1100011 11101 101010 0 111101 100000011 11011 11111

Color Harmonies of #463963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463963

Black with #463963

Text Example


Text Example

White with #463963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463963; }

 p { color: rgb(70,57,99); }

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

background-color css

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

 a { background-color: rgb(70,57,99); }

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

border-color css

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

 span { border-color: rgb(70,57,99); }

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