Html Css Color HEX #504FA7 Rich Blue

📋 copy color: '#504FA7'

red 80 ◦ green 79 ◦ blue 167

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

Shades of Rich Blue #504FA7

Tints of Rich Blue #504FA7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

 BLUE value IS 167 (65.63% from 255) = 51.23%

R = 24.54%
G = 24.23%
B = 51.23%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#504FA7 (or 0x504FA7) is known color: Rich Blue. HEX triplet: 50, 4F and A7. RGB value is (80,79,167). Sum of RGB (Red+Green+Blue) = 80+79+167=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #504FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FA7 is #AFB058. Grayscale: #585858. Windows color (decimal): -11513945 or 10964816. OLE color: 10964816.

HSL color Cylindrical-coordinate representation of color #504FA7: hue angle of 240.68º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #504FA7 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 79 167 -
CMYK 0.52 0.53 0 0.35
HSL 240.68º 0.36% 0.48% -
HSV(B) 240.68º 0.53% 0.65% -
XYZ 13.08 10.09 37.82 -
YUV 89.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 80 79 167 0.52 0.53 0 0.35 240.68 0.36 0.48
Hex 50 4F A7 34 35 0 23 F1 24 30
Octal 120 117 247 64 65 0 43 361 44 60
Binary 1010000 1001111 10100111 110100 110101 0 100011 11110001 100100 110000

Color Harmonies of #504FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FA7

Black with #504FA7

Text Example


Text Example

White with #504FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504FA7; }

 p { color: rgb(80,79,167); }

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

background-color css

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

 a { background-color: rgb(80,79,167); }

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

border-color css

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

 span { border-color: rgb(80,79,167); }

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