Html Css Color HEX #463E63 Meteorite

📋 copy color: '#463E63'

red 70 ◦ green 62 ◦ blue 99

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

Shades of Meteorite #463E63

Tints of Meteorite #463E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 30.3%
G = 26.84%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#463E63 (or 0x463E63) is known color: Meteorite. HEX triplet: 46, 3E and 63. RGB value is (70,62,99). Sum of RGB (Red+Green+Blue) = 70+62+99=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #463E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E63 is #B9C19C. Grayscale: #444444. Windows color (decimal): -12173725 or 6504006. OLE color: 6504006.

HSL color Cylindrical-coordinate representation of color #463E63: hue angle of 252.97º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #463E63 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 62 99 -
CMYK 0.29 0.37 0 0.61
HSL 252.97º 0.23% 0.32% -
HSV(B) 252.97º 0.37% 0.39% -
XYZ 6.5 5.65 12.55 -
YUV 68.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 70 62 99 0.29 0.37 0 0.61 252.97 0.23 0.32
Hex 46 3E 63 1D 25 0 3D FD 17 20
Octal 106 76 143 35 45 0 75 375 27 40
Binary 1000110 111110 1100011 11101 100101 0 111101 11111101 10111 100000

Color Harmonies of #463E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E63

Black with #463E63

Text Example


Text Example

White with #463E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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