Html Css Color HEX #504676 Victoria

📋 copy color: '#504676'

red 80 ◦ green 70 ◦ blue 118

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

Shades of Victoria #504676

Tints of Victoria #504676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 29.85%
G = 26.12%
B = 44.03%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#504676 (or 0x504676) is known color: Victoria. HEX triplet: 50, 46 and 76. RGB value is (80,70,118). Sum of RGB (Red+Green+Blue) = 80+70+118=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #504676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504676 is #AFB989. Grayscale: #4E4E4E. Windows color (decimal): -11516298 or 7751248. OLE color: 7751248.

HSL color Cylindrical-coordinate representation of color #504676: hue angle of 252.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #504676 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 70 118 -
CMYK 0.32 0.41 0 0.54
HSL 252.5º 0.26% 0.37% -
HSV(B) 252.5º 0.41% 0.46% -
XYZ 8.77 7.39 18.1 -
YUV 78.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 80 70 118 0.32 0.41 0 0.54 252.5 0.26 0.37
Hex 50 46 76 20 29 0 36 FD 1A 25
Octal 120 106 166 40 51 0 66 375 32 45
Binary 1010000 1000110 1110110 100000 101001 0 110110 11111101 11010 100101

Color Harmonies of #504676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504676

Black with #504676

Text Example


Text Example

White with #504676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504676; }

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

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

background-color css

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

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

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

border-color css

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

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

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