Html Css Color HEX #463E62 Meteorite

📋 copy color: '#463E62'

red 70 ◦ green 62 ◦ blue 98

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

Shades of Meteorite #463E62

Tints of Meteorite #463E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 30.43%
G = 26.96%
B = 42.61%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463E62 (or 0x463E62) is known color: Meteorite. HEX triplet: 46, 3E and 62. RGB value is (70,62,98). Sum of RGB (Red+Green+Blue) = 70+62+98=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #463E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E62 is #B9C19D. Grayscale: #444444. Windows color (decimal): -12173726 or 6438470. OLE color: 6438470.

HSL color Cylindrical-coordinate representation of color #463E62: hue angle of 253.33º degrees, saturation: 0.22, 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 #463E62 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 62 98 -
CMYK 0.29 0.37 0 0.62
HSL 253.33º 0.23% 0.31% -
HSV(B) 253.33º 0.37% 0.38% -
XYZ 6.45 5.63 12.3 -
YUV 68.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 70 62 98 0.29 0.37 0 0.62 253.33 0.23 0.31
Hex 46 3E 62 1D 25 0 3E FD 16 1F
Octal 106 76 142 35 45 0 76 375 26 37
Binary 1000110 111110 1100010 11101 100101 0 111110 11111101 10110 11111

Color Harmonies of #463E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E62

Black with #463E62

Text Example


Text Example

White with #463E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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