Html Css Color HEX #463E61 Meteorite

📋 copy color: '#463E61'

red 70 ◦ green 62 ◦ blue 97

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

Shades of Meteorite #463E61

Tints of Meteorite #463E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 30.57%
G = 27.07%
B = 42.36%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463E61 (or 0x463E61) is known color: Meteorite. HEX triplet: 46, 3E and 61. RGB value is (70,62,97). Sum of RGB (Red+Green+Blue) = 70+62+97=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #463E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E61 is #B9C19E. Grayscale: #444444. Windows color (decimal): -12173727 or 6372934. OLE color: 6372934.

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

Color convert

RGB 70 62 97 -
CMYK 0.28 0.36 0 0.62
HSL 253.71º 0.22% 0.31% -
HSV(B) 253.71º 0.36% 0.38% -
XYZ 6.41 5.61 12.05 -
YUV 68.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 70 62 97 0.28 0.36 0 0.62 253.71 0.22 0.31
Hex 46 3E 61 1C 24 0 3E FE 16 1F
Octal 106 76 141 34 44 0 76 376 26 37
Binary 1000110 111110 1100001 11100 100100 0 111110 11111110 10110 11111

Color Harmonies of #463E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E61

Black with #463E61

Text Example


Text Example

White with #463E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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