Html Css Color HEX #463470 Meteorite

📋 copy color: '#463470'

red 70 ◦ green 52 ◦ blue 112

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

Shades of Meteorite #463470

Tints of Meteorite #463470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 29.91%
G = 22.22%
B = 47.86%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463470 (or 0x463470) is known color: Meteorite. HEX triplet: 46, 34 and 70. RGB value is (70,52,112). Sum of RGB (Red+Green+Blue) = 70+52+112=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #463470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463470 is #B9CB8F. Grayscale: #404040. Windows color (decimal): -12176272 or 7353414. OLE color: 7353414.

HSL color Cylindrical-coordinate representation of color #463470: hue angle of 258º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463470 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 52 112 -
CMYK 0.38 0.54 0 0.56
HSL 258º 0.37% 0.32% -
HSV(B) 258º 0.54% 0.44% -
XYZ 6.68 4.93 15.93 -
YUV 64.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 70 52 112 0.38 0.54 0 0.56 258 0.37 0.32
Hex 46 34 70 26 36 0 38 102 25 20
Octal 106 64 160 46 66 0 70 402 45 40
Binary 1000110 110100 1110000 100110 110110 0 111000 100000010 100101 100000

Color Harmonies of #463470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463470

Black with #463470

Text Example


Text Example

White with #463470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463470; }

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

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

background-color css

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

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

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

border-color css

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

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

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