Html Css Color HEX #504469 Meteorite

📋 copy color: '#504469'

red 80 ◦ green 68 ◦ blue 105

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

Shades of Meteorite #504469

Tints of Meteorite #504469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 31.62%
G = 26.88%
B = 41.5%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#504469 (or 0x504469) is known color: Meteorite. HEX triplet: 50, 44 and 69. RGB value is (80,68,105). Sum of RGB (Red+Green+Blue) = 80+68+105=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #504469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504469 is #AFBB96. Grayscale: #4B4B4B. Windows color (decimal): -11516823 or 6898768. OLE color: 6898768.

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

Color convert

RGB 80 68 105 -
CMYK 0.24 0.35 0 0.59
HSL 259.46º 0.21% 0.34% -
HSV(B) 259.46º 0.35% 0.41% -
XYZ 7.93 6.86 14.27 -
YUV 75.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 80 68 105 0.24 0.35 0 0.59 259.46 0.21 0.34
Hex 50 44 69 18 23 0 3B 103 15 22
Octal 120 104 151 30 43 0 73 403 25 42
Binary 1010000 1000100 1101001 11000 100011 0 111011 100000011 10101 100010

Color Harmonies of #504469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504469

Black with #504469

Text Example


Text Example

White with #504469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504469; }

 p { color: rgb(80,68,105); }

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

background-color css

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

 a { background-color: rgb(80,68,105); }

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

border-color css

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

 span { border-color: rgb(80,68,105); }

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