Html Css Color HEX #463563 Meteorite

📋 copy color: '#463563'

red 70 ◦ green 53 ◦ blue 99

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

Shades of Meteorite #463563

Tints of Meteorite #463563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

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

R = 31.53%
G = 23.87%
B = 44.59%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#463563 (or 0x463563) is known color: Meteorite. HEX triplet: 46, 35 and 63. RGB value is (70,53,99). Sum of RGB (Red+Green+Blue) = 70+53+99=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #463563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463563 is #B9CA9C. Grayscale: #3F3F3F. Windows color (decimal): -12176029 or 6501702. OLE color: 6501702.

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

Color convert

RGB 70 53 99 -
CMYK 0.29 0.46 0 0.61
HSL 262.17º 0.3% 0.3% -
HSV(B) 262.17º 0.46% 0.39% -
XYZ 6.05 4.75 12.4 -
YUV 63.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 70 53 99 0.29 0.46 0 0.61 262.17 0.3 0.3
Hex 46 35 63 1D 2E 0 3D 106 1E 1E
Octal 106 65 143 35 56 0 75 406 36 36
Binary 1000110 110101 1100011 11101 101110 0 111101 100000110 11110 11110

Color Harmonies of #463563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463563

Black with #463563

Text Example


Text Example

White with #463563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463563; }

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

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

background-color css

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

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

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

border-color css

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

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

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