Html Css Color HEX #504674 Meteorite

📋 copy color: '#504674'

red 80 ◦ green 70 ◦ blue 116

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

Shades of Meteorite #504674

Tints of Meteorite #504674

RGB

 RED value IS 80 (31.64% from 255) = 30.08%

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 30.08%
G = 26.32%
B = 43.61%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504674 (or 0x504674) is known color: Meteorite. HEX triplet: 50, 46 and 74. RGB value is (80,70,116). Sum of RGB (Red+Green+Blue) = 80+70+116=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #504674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504674 is #AFB98B. Grayscale: #4E4E4E. Windows color (decimal): -11516300 or 7620176. OLE color: 7620176.

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

Color convert

RGB 80 70 116 -
CMYK 0.31 0.40 0 0.55
HSL 253.04º 0.25% 0.36% -
HSV(B) 253.04º 0.4% 0.45% -
XYZ 8.65 7.35 17.49 -
YUV 78.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 80 70 116 0.31 0.40 0 0.55 253.04 0.25 0.36
Hex 50 46 74 1F 28 0 37 FD 19 24
Octal 120 106 164 37 50 0 67 375 31 44
Binary 1010000 1000110 1110100 11111 101000 0 110111 11111101 11001 100100

Color Harmonies of #504674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504674

Black with #504674

Text Example


Text Example

White with #504674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504674; }

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

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

background-color css

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

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

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

border-color css

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

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

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