Html Css Color HEX #463262 Meteorite

📋 copy color: '#463262'

red 70 ◦ green 50 ◦ blue 98

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

Shades of Meteorite #463262

Tints of Meteorite #463262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 32.11%
G = 22.94%
B = 44.95%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463262 (or 0x463262) is known color: Meteorite. HEX triplet: 46, 32 and 62. RGB value is (70,50,98). Sum of RGB (Red+Green+Blue) = 70+50+98=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #463262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463262 is #B9CD9D. Grayscale: #3D3D3D. Windows color (decimal): -12176798 or 6435398. OLE color: 6435398.

HSL color Cylindrical-coordinate representation of color #463262: hue angle of 265º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463262 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 50 98 -
CMYK 0.29 0.49 0 0.62
HSL 265º 0.32% 0.29% -
HSV(B) 265º 0.49% 0.38% -
XYZ 5.87 4.47 12.11 -
YUV 61.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 70 50 98 0.29 0.49 0 0.62 265 0.32 0.29
Hex 46 32 62 1D 31 0 3E 109 20 1D
Octal 106 62 142 35 61 0 76 411 40 35
Binary 1000110 110010 1100010 11101 110001 0 111110 100001001 100000 11101

Color Harmonies of #463262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463262

Black with #463262

Text Example


Text Example

White with #463262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463262; }

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

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

background-color css

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

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

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

border-color css

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

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

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