Html Css Color HEX #463363 Meteorite

📋 copy color: '#463363'

red 70 ◦ green 51 ◦ blue 99

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

Shades of Meteorite #463363

Tints of Meteorite #463363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 31.82%
G = 23.18%
B = 45%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#463363 (or 0x463363) is known color: Meteorite. HEX triplet: 46, 33 and 63. RGB value is (70,51,99). Sum of RGB (Red+Green+Blue) = 70+51+99=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #463363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463363 is #B9CC9C. Grayscale: #3D3D3D. Windows color (decimal): -12176541 or 6501190. OLE color: 6501190.

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

Color convert

RGB 70 51 99 -
CMYK 0.29 0.48 0 0.61
HSL 263.75º 0.32% 0.29% -
HSV(B) 263.75º 0.48% 0.39% -
XYZ 5.96 4.57 12.37 -
YUV 62.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 70 51 99 0.29 0.48 0 0.61 263.75 0.32 0.29
Hex 46 33 63 1D 30 0 3D 108 20 1D
Octal 106 63 143 35 60 0 75 410 40 35
Binary 1000110 110011 1100011 11101 110000 0 111101 100001000 100000 11101

Color Harmonies of #463363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463363

Black with #463363

Text Example


Text Example

White with #463363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463363; }

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

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

background-color css

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

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

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

border-color css

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

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

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