Html Css Color HEX #463460 Meteorite

📋 copy color: '#463460'

red 70 ◦ green 52 ◦ blue 96

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

Shades of Meteorite #463460

Tints of Meteorite #463460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 32.11%
G = 23.85%
B = 44.04%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463460 (or 0x463460) is known color: Meteorite. HEX triplet: 46, 34 and 60. RGB value is (70,52,96). Sum of RGB (Red+Green+Blue) = 70+52+96=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #463460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463460 is #B9CB9F. Grayscale: #3E3E3E. Windows color (decimal): -12176288 or 6304838. OLE color: 6304838.

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

Color convert

RGB 70 52 96 -
CMYK 0.27 0.46 0 0.62
HSL 264.55º 0.3% 0.29% -
HSV(B) 264.55º 0.46% 0.38% -
XYZ 5.87 4.6 11.65 -
YUV 62.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 70 52 96 0.27 0.46 0 0.62 264.55 0.3 0.29
Hex 46 34 60 1B 2E 0 3E 109 1E 1D
Octal 106 64 140 33 56 0 76 411 36 35
Binary 1000110 110100 1100000 11011 101110 0 111110 100001001 11110 11101

Color Harmonies of #463460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463460

Black with #463460

Text Example


Text Example

White with #463460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463460; }

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

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

background-color css

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

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

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

border-color css

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

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

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