Html Css Color HEX #463771 Meteorite

📋 copy color: '#463771'

red 70 ◦ green 55 ◦ blue 113

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

Shades of Meteorite #463771

Tints of Meteorite #463771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 29.41%
G = 23.11%
B = 47.48%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463771 (or 0x463771) is known color: Meteorite. HEX triplet: 46, 37 and 71. RGB value is (70,55,113). Sum of RGB (Red+Green+Blue) = 70+55+113=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #463771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463771 is #B9C88E. Grayscale: #414141. Windows color (decimal): -12175503 or 7419718. OLE color: 7419718.

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

Color convert

RGB 70 55 113 -
CMYK 0.38 0.51 0 0.56
HSL 255.52º 0.35% 0.33% -
HSV(B) 255.52º 0.51% 0.44% -
XYZ 6.87 5.23 16.27 -
YUV 66.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 70 55 113 0.38 0.51 0 0.56 255.52 0.35 0.33
Hex 46 37 71 26 33 0 38 100 23 21
Octal 106 67 161 46 63 0 70 400 43 41
Binary 1000110 110111 1110001 100110 110011 0 111000 100000000 100011 100001

Color Harmonies of #463771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463771

Black with #463771

Text Example


Text Example

White with #463771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463771; }

 p { color: rgb(70,55,113); }

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

background-color css

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

 a { background-color: rgb(70,55,113); }

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

border-color css

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

 span { border-color: rgb(70,55,113); }

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