Html Css Color HEX #463873 Meteorite

📋 copy color: '#463873'

red 70 ◦ green 56 ◦ blue 115

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

Shades of Meteorite #463873

Tints of Meteorite #463873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 29.05%
G = 23.24%
B = 47.72%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463873 (or 0x463873) is known color: Meteorite. HEX triplet: 46, 38 and 73. RGB value is (70,56,115). Sum of RGB (Red+Green+Blue) = 70+56+115=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #463873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463873 is #B9C78C. Grayscale: #424242. Windows color (decimal): -12175245 or 7551046. OLE color: 7551046.

HSL color Cylindrical-coordinate representation of color #463873: hue angle of 254.24º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463873 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 56 115 -
CMYK 0.39 0.51 0 0.55
HSL 254.24º 0.35% 0.34% -
HSV(B) 254.24º 0.51% 0.45% -
XYZ 7.03 5.37 16.89 -
YUV 66.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 70 56 115 0.39 0.51 0 0.55 254.24 0.35 0.34
Hex 46 38 73 27 33 0 37 FE 23 22
Octal 106 70 163 47 63 0 67 376 43 42
Binary 1000110 111000 1110011 100111 110011 0 110111 11111110 100011 100010

Color Harmonies of #463873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463873

Black with #463873

Text Example


Text Example

White with #463873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463873; }

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

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

background-color css

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

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

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

border-color css

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

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

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