Html Css Color HEX #463B78 Meteorite

📋 copy color: '#463B78'

red 70 ◦ green 59 ◦ blue 120

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

Shades of Meteorite #463B78

Tints of Meteorite #463B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 28.11%
G = 23.69%
B = 48.19%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463B78 (or 0x463B78) is known color: Meteorite. HEX triplet: 46, 3B and 78. RGB value is (70,59,120). Sum of RGB (Red+Green+Blue) = 70+59+120=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #463B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B78 is #B9C487. Grayscale: #454545. Windows color (decimal): -12174472 or 7879494. OLE color: 7879494.

HSL color Cylindrical-coordinate representation of color #463B78: hue angle of 250.82º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463B78 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 59 120 -
CMYK 0.42 0.51 0 0.53
HSL 250.82º 0.34% 0.35% -
HSV(B) 250.82º 0.51% 0.47% -
XYZ 7.48 5.79 18.49 -
YUV 69.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 70 59 120 0.42 0.51 0 0.53 250.82 0.34 0.35
Hex 46 3B 78 2A 33 0 35 FB 22 23
Octal 106 73 170 52 63 0 65 373 42 43
Binary 1000110 111011 1111000 101010 110011 0 110101 11111011 100010 100011

Color Harmonies of #463B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B78

Black with #463B78

Text Example


Text Example

White with #463B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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