Html Css Color HEX #463B61 Meteorite

📋 copy color: '#463B61'

red 70 ◦ green 59 ◦ blue 97

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

Shades of Meteorite #463B61

Tints of Meteorite #463B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.11%

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

R = 30.97%
G = 26.11%
B = 42.92%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463B61 (or 0x463B61) is known color: Meteorite. HEX triplet: 46, 3B and 61. RGB value is (70,59,97). Sum of RGB (Red+Green+Blue) = 70+59+97=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #463B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B61 is #B9C49E. Grayscale: #424242. Windows color (decimal): -12174495 or 6372166. OLE color: 6372166.

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

Color convert

RGB 70 59 97 -
CMYK 0.28 0.39 0 0.62
HSL 257.37º 0.24% 0.31% -
HSV(B) 257.37º 0.39% 0.38% -
XYZ 6.25 5.29 12 -
YUV 66.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 70 59 97 0.28 0.39 0 0.62 257.37 0.24 0.31
Hex 46 3B 61 1C 27 0 3E 101 18 1F
Octal 106 73 141 34 47 0 76 401 30 37
Binary 1000110 111011 1100001 11100 100111 0 111110 100000001 11000 11111

Color Harmonies of #463B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B61

Black with #463B61

Text Example


Text Example

White with #463B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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