Html Css Color HEX #504792 Blue Gem

📋 copy color: '#504792'

red 80 ◦ green 71 ◦ blue 146

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

Shades of Blue Gem #504792

Tints of Blue Gem #504792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 26.94%
G = 23.91%
B = 49.16%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504792 (or 0x504792) is known color: Blue Gem. HEX triplet: 50, 47 and 92. RGB value is (80,71,146). Sum of RGB (Red+Green+Blue) = 80+71+146=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #504792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504792 is #AFB86D. Grayscale: #515151. Windows color (decimal): -11516014 or 9586512. OLE color: 9586512.

HSL color Cylindrical-coordinate representation of color #504792: hue angle of 247.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504792 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 71 146 -
CMYK 0.45 0.51 0 0.43
HSL 247.2º 0.35% 0.43% -
HSV(B) 247.2º 0.51% 0.57% -
XYZ 10.75 8.29 28.23 -
YUV 82.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 80 71 146 0.45 0.51 0 0.43 247.2 0.35 0.43
Hex 50 47 92 2D 33 0 2B F7 23 2B
Octal 120 107 222 55 63 0 53 367 43 53
Binary 1010000 1000111 10010010 101101 110011 0 101011 11110111 100011 101011

Color Harmonies of #504792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504792

Black with #504792

Text Example


Text Example

White with #504792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504792; }

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

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

background-color css

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

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

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

border-color css

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

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

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