Html Css Color HEX #463561 Meteorite

📋 copy color: '#463561'

red 70 ◦ green 53 ◦ blue 97

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

Shades of Meteorite #463561

Tints of Meteorite #463561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 31.82%
G = 24.09%
B = 44.09%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463561 (or 0x463561) is known color: Meteorite. HEX triplet: 46, 35 and 61. RGB value is (70,53,97). Sum of RGB (Red+Green+Blue) = 70+53+97=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #463561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463561 is #B9CA9E. Grayscale: #3E3E3E. Windows color (decimal): -12176031 or 6370630. OLE color: 6370630.

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

Color convert

RGB 70 53 97 -
CMYK 0.28 0.45 0 0.62
HSL 263.18º 0.29% 0.29% -
HSV(B) 263.18º 0.45% 0.38% -
XYZ 5.96 4.71 11.9 -
YUV 63.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 70 53 97 0.28 0.45 0 0.62 263.18 0.29 0.29
Hex 46 35 61 1C 2D 0 3E 107 1D 1D
Octal 106 65 141 34 55 0 76 407 35 35
Binary 1000110 110101 1100001 11100 101101 0 111110 100000111 11101 11101

Color Harmonies of #463561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463561

Black with #463561

Text Example


Text Example

White with #463561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463561; }

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

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

background-color css

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

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

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

border-color css

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

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

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