Html Css Color HEX #463774 Meteorite

📋 copy color: '#463774'

red 70 ◦ green 55 ◦ blue 116

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

Shades of Meteorite #463774

Tints of Meteorite #463774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 29.05%
G = 22.82%
B = 48.13%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463774 (or 0x463774) is known color: Meteorite. HEX triplet: 46, 37 and 74. RGB value is (70,55,116). Sum of RGB (Red+Green+Blue) = 70+55+116=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #463774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463774 is #B9C88B. Grayscale: #424242. Windows color (decimal): -12175500 or 7616326. OLE color: 7616326.

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

Color convert

RGB 70 55 116 -
CMYK 0.40 0.53 0 0.55
HSL 254.75º 0.36% 0.34% -
HSV(B) 254.75º 0.53% 0.45% -
XYZ 7.04 5.3 17.17 -
YUV 66.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 70 55 116 0.40 0.53 0 0.55 254.75 0.36 0.34
Hex 46 37 74 28 35 0 37 FF 24 22
Octal 106 67 164 50 65 0 67 377 44 42
Binary 1000110 110111 1110100 101000 110101 0 110111 11111111 100100 100010

Color Harmonies of #463774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463774

Black with #463774

Text Example


Text Example

White with #463774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463774; }

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

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

background-color css

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

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

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

border-color css

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

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

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