Html Css Color HEX #464163 Meteorite

📋 copy color: '#464163'

red 70 ◦ green 65 ◦ blue 99

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

Shades of Meteorite #464163

Tints of Meteorite #464163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

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

R = 29.91%
G = 27.78%
B = 42.31%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464163 (or 0x464163) is known color: Meteorite. HEX triplet: 46, 41 and 63. RGB value is (70,65,99). Sum of RGB (Red+Green+Blue) = 70+65+99=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #464163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464163 is #B9BE9C. Grayscale: #464646. Windows color (decimal): -12172957 or 6504774. OLE color: 6504774.

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

Color convert

RGB 70 65 99 -
CMYK 0.29 0.34 0 0.61
HSL 248.82º 0.21% 0.32% -
HSV(B) 248.82º 0.34% 0.39% -
XYZ 6.67 5.98 12.61 -
YUV 70.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 70 65 99 0.29 0.34 0 0.61 248.82 0.21 0.32
Hex 46 41 63 1D 22 0 3D F9 15 20
Octal 106 101 143 35 42 0 75 371 25 40
Binary 1000110 1000001 1100011 11101 100010 0 111101 11111001 10101 100000

Color Harmonies of #464163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464163

Black with #464163

Text Example


Text Example

White with #464163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464163; }

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

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

background-color css

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

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

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

border-color css

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

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

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