Html Css Color HEX #463463 Meteorite

📋 copy color: '#463463'

red 70 ◦ green 52 ◦ blue 99

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

Shades of Meteorite #463463

Tints of Meteorite #463463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 31.67%
G = 23.53%
B = 44.8%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#463463 (or 0x463463) is known color: Meteorite. HEX triplet: 46, 34 and 63. RGB value is (70,52,99). Sum of RGB (Red+Green+Blue) = 70+52+99=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #463463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463463 is #B9CB9C. Grayscale: #3E3E3E. Windows color (decimal): -12176285 or 6501446. OLE color: 6501446.

HSL color Cylindrical-coordinate representation of color #463463: hue angle of 262.98º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463463 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 52 99 -
CMYK 0.29 0.47 0 0.61
HSL 262.98º 0.31% 0.3% -
HSV(B) 262.98º 0.47% 0.39% -
XYZ 6.01 4.66 12.39 -
YUV 62.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 70 52 99 0.29 0.47 0 0.61 262.98 0.31 0.3
Hex 46 34 63 1D 2F 0 3D 107 1F 1E
Octal 106 64 143 35 57 0 75 407 37 36
Binary 1000110 110100 1100011 11101 101111 0 111101 100000111 11111 11110

Color Harmonies of #463463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463463

Black with #463463

Text Example


Text Example

White with #463463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463463; }

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

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

background-color css

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

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

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

border-color css

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

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

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