Html Css Color HEX #463469 Meteorite

📋 copy color: '#463469'

red 70 ◦ green 52 ◦ blue 105

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

Shades of Meteorite #463469

Tints of Meteorite #463469

RGB

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

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

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

R = 30.84%
G = 22.91%
B = 46.26%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463469 (or 0x463469) is known color: Meteorite. HEX triplet: 46, 34 and 69. RGB value is (70,52,105). Sum of RGB (Red+Green+Blue) = 70+52+105=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #463469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463469 is #B9CB96. Grayscale: #3F3F3F. Windows color (decimal): -12176279 or 6894662. OLE color: 6894662.

HSL color Cylindrical-coordinate representation of color #463469: hue angle of 260.38º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463469 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 52 105 -
CMYK 0.33 0.50 0 0.59
HSL 260.38º 0.34% 0.31% -
HSV(B) 260.38º 0.5% 0.41% -
XYZ 6.3 4.78 13.95 -
YUV 63.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 70 52 105 0.33 0.50 0 0.59 260.38 0.34 0.31
Hex 46 34 69 21 32 0 3B 104 22 1F
Octal 106 64 151 41 62 0 73 404 42 37
Binary 1000110 110100 1101001 100001 110010 0 111011 100000100 100010 11111

Color Harmonies of #463469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463469

Black with #463469

Text Example


Text Example

White with #463469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463469; }

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

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

background-color css

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

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

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

border-color css

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

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

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