Html Css Color HEX #504794 Blue Gem

📋 copy color: '#504794'

red 80 ◦ green 71 ◦ blue 148

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

Shades of Blue Gem #504794

Tints of Blue Gem #504794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 26.76%
G = 23.75%
B = 49.5%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#504794 (or 0x504794) is known color: Blue Gem. HEX triplet: 50, 47 and 94. RGB value is (80,71,148). Sum of RGB (Red+Green+Blue) = 80+71+148=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #504794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504794 is #AFB86B. Grayscale: #525252. Windows color (decimal): -11516012 or 9717584. OLE color: 9717584.

HSL color Cylindrical-coordinate representation of color #504794: hue angle of 247.01º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504794 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 71 148 -
CMYK 0.46 0.52 0 0.42
HSL 247.01º 0.35% 0.43% -
HSV(B) 247.01º 0.52% 0.58% -
XYZ 10.91 8.35 29.05 -
YUV 82.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 80 71 148 0.46 0.52 0 0.42 247.01 0.35 0.43
Hex 50 47 94 2E 34 0 2A F7 23 2B
Octal 120 107 224 56 64 0 52 367 43 53
Binary 1010000 1000111 10010100 101110 110100 0 101010 11110111 100011 101011

Color Harmonies of #504794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504794

Black with #504794

Text Example


Text Example

White with #504794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504794; }

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

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

background-color css

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

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

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

border-color css

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

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

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