Html Css Color HEX #504466 Meteorite

📋 copy color: '#504466'

red 80 ◦ green 68 ◦ blue 102

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

Shades of Meteorite #504466

Tints of Meteorite #504466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 32%
G = 27.2%
B = 40.8%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#504466 (or 0x504466) is known color: Meteorite. HEX triplet: 50, 44 and 66. RGB value is (80,68,102). Sum of RGB (Red+Green+Blue) = 80+68+102=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #504466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504466 is #AFBB99. Grayscale: #4B4B4B. Windows color (decimal): -11516826 or 6702160. OLE color: 6702160.

HSL color Cylindrical-coordinate representation of color #504466: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #504466 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 68 102 -
CMYK 0.22 0.33 0 0.6
HSL 261.18º 0.2% 0.33% -
HSV(B) 261.18º 0.33% 0.4% -
XYZ 7.77 6.8 13.47 -
YUV 75.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 80 68 102 0.22 0.33 0 0.6 261.18 0.2 0.33
Hex 50 44 66 16 21 0 3C 105 14 21
Octal 120 104 146 26 41 0 74 405 24 41
Binary 1010000 1000100 1100110 10110 100001 0 111100 100000101 10100 100001

Color Harmonies of #504466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504466

Black with #504466

Text Example


Text Example

White with #504466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504466; }

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

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

background-color css

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

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

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

border-color css

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

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

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