Html Css Color HEX #463870 Meteorite

📋 copy color: '#463870'

red 70 ◦ green 56 ◦ blue 112

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

Shades of Meteorite #463870

Tints of Meteorite #463870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 29.41%
G = 23.53%
B = 47.06%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463870 (or 0x463870) is known color: Meteorite. HEX triplet: 46, 38 and 70. RGB value is (70,56,112). Sum of RGB (Red+Green+Blue) = 70+56+112=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #463870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463870 is #B9C78F. Grayscale: #424242. Windows color (decimal): -12175248 or 7354438. OLE color: 7354438.

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

Color convert

RGB 70 56 112 -
CMYK 0.38 0.50 0 0.56
HSL 255º 0.33% 0.33% -
HSV(B) 255º 0.5% 0.44% -
XYZ 6.86 5.3 15.99 -
YUV 66.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 70 56 112 0.38 0.50 0 0.56 255 0.33 0.33
Hex 46 38 70 26 32 0 38 FF 21 21
Octal 106 70 160 46 62 0 70 377 41 41
Binary 1000110 111000 1110000 100110 110010 0 111000 11111111 100001 100001

Color Harmonies of #463870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463870

Black with #463870

Text Example


Text Example

White with #463870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463870; }

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

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

background-color css

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

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

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

border-color css

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

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

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