Html Css Color HEX #463974 Meteorite

📋 copy color: '#463974'

red 70 ◦ green 57 ◦ blue 116

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

Shades of Meteorite #463974

Tints of Meteorite #463974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 28.81%
G = 23.46%
B = 47.74%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463974 (or 0x463974) is known color: Meteorite. HEX triplet: 46, 39 and 74. RGB value is (70,57,116). Sum of RGB (Red+Green+Blue) = 70+57+116=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #463974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463974 is #B9C68B. Grayscale: #434343. Windows color (decimal): -12174988 or 7616838. OLE color: 7616838.

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

Color convert

RGB 70 57 116 -
CMYK 0.40 0.51 0 0.55
HSL 253.22º 0.34% 0.34% -
HSV(B) 253.22º 0.51% 0.45% -
XYZ 7.14 5.49 17.21 -
YUV 67.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 70 57 116 0.40 0.51 0 0.55 253.22 0.34 0.34
Hex 46 39 74 28 33 0 37 FD 22 22
Octal 106 71 164 50 63 0 67 375 42 42
Binary 1000110 111001 1110100 101000 110011 0 110111 11111101 100010 100010

Color Harmonies of #463974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463974

Black with #463974

Text Example


Text Example

White with #463974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463974; }

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

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

background-color css

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

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

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

border-color css

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

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

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