Html Css Color HEX #463562 Meteorite

📋 copy color: '#463562'

red 70 ◦ green 53 ◦ blue 98

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

Shades of Meteorite #463562

Tints of Meteorite #463562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 31.67%
G = 23.98%
B = 44.34%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463562 (or 0x463562) is known color: Meteorite. HEX triplet: 46, 35 and 62. RGB value is (70,53,98). Sum of RGB (Red+Green+Blue) = 70+53+98=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #463562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463562 is #B9CA9D. Grayscale: #3F3F3F. Windows color (decimal): -12176030 or 6436166. OLE color: 6436166.

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

Color convert

RGB 70 53 98 -
CMYK 0.29 0.46 0 0.62
HSL 262.67º 0.3% 0.3% -
HSV(B) 262.67º 0.46% 0.38% -
XYZ 6 4.73 12.15 -
YUV 63.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 70 53 98 0.29 0.46 0 0.62 262.67 0.3 0.3
Hex 46 35 62 1D 2E 0 3E 107 1E 1E
Octal 106 65 142 35 56 0 76 407 36 36
Binary 1000110 110101 1100010 11101 101110 0 111110 100000111 11110 11110

Color Harmonies of #463562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463562

Black with #463562

Text Example


Text Example

White with #463562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463562; }

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

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

background-color css

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

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

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

border-color css

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

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

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