Html Css Color HEX #463B73 Meteorite

📋 copy color: '#463B73'

red 70 ◦ green 59 ◦ blue 115

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

Shades of Meteorite #463B73

Tints of Meteorite #463B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

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

R = 28.69%
G = 24.18%
B = 47.13%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463B73 (or 0x463B73) is known color: Meteorite. HEX triplet: 46, 3B and 73. RGB value is (70,59,115). Sum of RGB (Red+Green+Blue) = 70+59+115=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #463B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B73 is #B9C48C. Grayscale: #444444. Windows color (decimal): -12174477 or 7551814. OLE color: 7551814.

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

Color convert

RGB 70 59 115 -
CMYK 0.39 0.49 0 0.55
HSL 251.79º 0.32% 0.34% -
HSV(B) 251.79º 0.49% 0.45% -
XYZ 7.18 5.67 16.94 -
YUV 68.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 70 59 115 0.39 0.49 0 0.55 251.79 0.32 0.34
Hex 46 3B 73 27 31 0 37 FC 20 22
Octal 106 73 163 47 61 0 67 374 40 42
Binary 1000110 111011 1110011 100111 110001 0 110111 11111100 100000 100010

Color Harmonies of #463B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B73

Black with #463B73

Text Example


Text Example

White with #463B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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