Html Css Color HEX #463671 Meteorite

📋 copy color: '#463671'

red 70 ◦ green 54 ◦ blue 113

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

Shades of Meteorite #463671

Tints of Meteorite #463671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.78%

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

R = 29.54%
G = 22.78%
B = 47.68%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463671 (or 0x463671) is known color: Meteorite. HEX triplet: 46, 36 and 71. RGB value is (70,54,113). Sum of RGB (Red+Green+Blue) = 70+54+113=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #463671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463671 is #B9C98E. Grayscale: #414141. Windows color (decimal): -12175759 or 7419462. OLE color: 7419462.

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

Color convert

RGB 70 54 113 -
CMYK 0.38 0.52 0 0.56
HSL 256.27º 0.35% 0.33% -
HSV(B) 256.27º 0.52% 0.44% -
XYZ 6.83 5.13 16.25 -
YUV 65.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 70 54 113 0.38 0.52 0 0.56 256.27 0.35 0.33
Hex 46 36 71 26 34 0 38 100 23 21
Octal 106 66 161 46 64 0 70 400 43 41
Binary 1000110 110110 1110001 100110 110100 0 111000 100000000 100011 100001

Color Harmonies of #463671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463671

Black with #463671

Text Example


Text Example

White with #463671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463671; }

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

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

background-color css

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

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

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

border-color css

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

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

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