Html Css Color HEX #463961 Meteorite

📋 copy color: '#463961'

red 70 ◦ green 57 ◦ blue 97

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

Shades of Meteorite #463961

Tints of Meteorite #463961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 31.25%
G = 25.45%
B = 43.3%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463961 (or 0x463961) is known color: Meteorite. HEX triplet: 46, 39 and 61. RGB value is (70,57,97). Sum of RGB (Red+Green+Blue) = 70+57+97=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #463961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463961 is #B9C69E. Grayscale: #414141. Windows color (decimal): -12175007 or 6371654. OLE color: 6371654.

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

Color convert

RGB 70 57 97 -
CMYK 0.28 0.41 0 0.62
HSL 259.5º 0.26% 0.3% -
HSV(B) 259.5º 0.41% 0.38% -
XYZ 6.15 5.09 11.97 -
YUV 65.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 70 57 97 0.28 0.41 0 0.62 259.5 0.26 0.3
Hex 46 39 61 1C 29 0 3E 104 1A 1E
Octal 106 71 141 34 51 0 76 404 32 36
Binary 1000110 111001 1100001 11100 101001 0 111110 100000100 11010 11110

Color Harmonies of #463961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463961

Black with #463961

Text Example


Text Example

White with #463961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463961; }

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

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

background-color css

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

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

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

border-color css

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

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

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