Html Css Color HEX #50479A Blue Gem

📋 copy color: '#50479A'

red 80 ◦ green 71 ◦ blue 154

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

Shades of Blue Gem #50479A

Tints of Blue Gem #50479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 154 (60.55% from 255) = 50.49%

R = 26.23%
G = 23.28%
B = 50.49%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50479A (or 0x50479A) is known color: Blue Gem. HEX triplet: 50, 47 and 9A. RGB value is (80,71,154). Sum of RGB (Red+Green+Blue) = 80+71+154=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #50479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50479A is #AFB865. Grayscale: #525252. Windows color (decimal): -11516006 or 10110800. OLE color: 10110800.

HSL color Cylindrical-coordinate representation of color #50479A: hue angle of 246.51º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50479A is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 71 154 -
CMYK 0.48 0.54 0 0.40
HSL 246.51º 0.37% 0.44% -
HSV(B) 246.51º 0.54% 0.6% -
XYZ 11.39 8.55 31.62 -
YUV 83.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 80 71 154 0.48 0.54 0 0.40 246.51 0.37 0.44
Hex 50 47 9A 30 36 0 28 F7 25 2C
Octal 120 107 232 60 66 0 50 367 45 54
Binary 1010000 1000111 10011010 110000 110110 0 101000 11110111 100101 101100

Color Harmonies of #50479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50479A

Black with #50479A

Text Example


Text Example

White with #50479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50479A; }

 p { color: rgb(80,71,154); }

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

background-color css

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

 a { background-color: rgb(80,71,154); }

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

border-color css

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

 span { border-color: rgb(80,71,154); }

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