Html Css Color HEX #463A69 Meteorite

📋 copy color: '#463A69'

red 70 ◦ green 58 ◦ blue 105

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

Shades of Meteorite #463A69

Tints of Meteorite #463A69

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 30.04%
G = 24.89%
B = 45.06%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463A69 (or 0x463A69) is known color: Meteorite. HEX triplet: 46, 3A and 69. RGB value is (70,58,105). Sum of RGB (Red+Green+Blue) = 70+58+105=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #463A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A69 is #B9C596. Grayscale: #424242. Windows color (decimal): -12174743 or 6896198. OLE color: 6896198.

HSL color Cylindrical-coordinate representation of color #463A69: hue angle of 255.32º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463A69 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 58 105 -
CMYK 0.33 0.45 0 0.59
HSL 255.32º 0.29% 0.32% -
HSV(B) 255.32º 0.45% 0.41% -
XYZ 6.59 5.35 14.05 -
YUV 66.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 70 58 105 0.33 0.45 0 0.59 255.32 0.29 0.32
Hex 46 3A 69 21 2D 0 3B FF 1D 20
Octal 106 72 151 41 55 0 73 377 35 40
Binary 1000110 111010 1101001 100001 101101 0 111011 11111111 11101 100000

Color Harmonies of #463A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A69

Black with #463A69

Text Example


Text Example

White with #463A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,58,105); }

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

background-color css

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

 a { background-color: rgb(70,58,105); }

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

border-color css

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

 span { border-color: rgb(70,58,105); }

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