Html Css Color HEX #463976 Meteorite

📋 copy color: '#463976'

red 70 ◦ green 57 ◦ blue 118

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

Shades of Meteorite #463976

Tints of Meteorite #463976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 28.57%
G = 23.27%
B = 48.16%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463976 (or 0x463976) is known color: Meteorite. HEX triplet: 46, 39 and 76. RGB value is (70,57,118). Sum of RGB (Red+Green+Blue) = 70+57+118=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #463976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463976 is #B9C689. Grayscale: #434343. Windows color (decimal): -12174986 or 7747910. OLE color: 7747910.

HSL color Cylindrical-coordinate representation of color #463976: hue angle of 252.79º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463976 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 57 118 -
CMYK 0.41 0.52 0 0.54
HSL 252.79º 0.35% 0.34% -
HSV(B) 252.79º 0.52% 0.46% -
XYZ 7.26 5.54 17.83 -
YUV 67.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 70 57 118 0.41 0.52 0 0.54 252.79 0.35 0.34
Hex 46 39 76 29 34 0 36 FD 23 22
Octal 106 71 166 51 64 0 66 375 43 42
Binary 1000110 111001 1110110 101001 110100 0 110110 11111101 100011 100010

Color Harmonies of #463976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463976

Black with #463976

Text Example


Text Example

White with #463976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463976; }

 p { color: rgb(70,57,118); }

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

background-color css

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

 a { background-color: rgb(70,57,118); }

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

border-color css

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

 span { border-color: rgb(70,57,118); }

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