Html Css Color HEX #463874 Meteorite

📋 copy color: '#463874'

red 70 ◦ green 56 ◦ blue 116

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

Shades of Meteorite #463874

Tints of Meteorite #463874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 28.93%
G = 23.14%
B = 47.93%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463874 (or 0x463874) is known color: Meteorite. HEX triplet: 46, 38 and 74. RGB value is (70,56,116). Sum of RGB (Red+Green+Blue) = 70+56+116=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #463874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463874 is #B9C78B. Grayscale: #424242. Windows color (decimal): -12175244 or 7616582. OLE color: 7616582.

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

Color convert

RGB 70 56 116 -
CMYK 0.40 0.52 0 0.55
HSL 254º 0.35% 0.34% -
HSV(B) 254º 0.52% 0.45% -
XYZ 7.09 5.39 17.19 -
YUV 67.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 70 56 116 0.40 0.52 0 0.55 254 0.35 0.34
Hex 46 38 74 28 34 0 37 FE 23 22
Octal 106 70 164 50 64 0 67 376 43 42
Binary 1000110 111000 1110100 101000 110100 0 110111 11111110 100011 100010

Color Harmonies of #463874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463874

Black with #463874

Text Example


Text Example

White with #463874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463874; }

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

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

background-color css

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

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

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

border-color css

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

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

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