Html Css Color HEX #463D61 Meteorite

📋 copy color: '#463D61'

red 70 ◦ green 61 ◦ blue 97

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

Shades of Meteorite #463D61

Tints of Meteorite #463D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 30.7%
G = 26.75%
B = 42.54%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463D61 (or 0x463D61) is known color: Meteorite. HEX triplet: 46, 3D and 61. RGB value is (70,61,97). Sum of RGB (Red+Green+Blue) = 70+61+97=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #463D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D61 is #B9C29E. Grayscale: #434343. Windows color (decimal): -12173983 or 6372678. OLE color: 6372678.

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

Color convert

RGB 70 61 97 -
CMYK 0.28 0.37 0 0.62
HSL 255º 0.23% 0.31% -
HSV(B) 255º 0.37% 0.38% -
XYZ 6.35 5.5 12.04 -
YUV 67.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 70 61 97 0.28 0.37 0 0.62 255 0.23 0.31
Hex 46 3D 61 1C 25 0 3E FF 17 1F
Octal 106 75 141 34 45 0 76 377 27 37
Binary 1000110 111101 1100001 11100 100101 0 111110 11111111 10111 11111

Color Harmonies of #463D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D61

Black with #463D61

Text Example


Text Example

White with #463D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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