Html Css Color HEX #504FB7 Rich Blue

📋 copy color: '#504FB7'

red 80 ◦ green 79 ◦ blue 183

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

Shades of Rich Blue #504FB7

Tints of Rich Blue #504FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.51%

R = 23.39%
G = 23.1%
B = 53.51%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#504FB7 (or 0x504FB7) is known color: Rich Blue. HEX triplet: 50, 4F and B7. RGB value is (80,79,183). Sum of RGB (Red+Green+Blue) = 80+79+183=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #504FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FB7 is #AFB048. Grayscale: #5A5A5A. Windows color (decimal): -11513929 or 12013392. OLE color: 12013392.

HSL color Cylindrical-coordinate representation of color #504FB7: hue angle of 240.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504FB7 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 79 183 -
CMYK 0.56 0.57 0 0.28
HSL 240.58º 0.42% 0.51% -
HSV(B) 240.58º 0.57% 0.72% -
XYZ 14.65 10.72 46.1 -
YUV 91.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 80 79 183 0.56 0.57 0 0.28 240.58 0.42 0.51
Hex 50 4F B7 38 39 0 1C F1 2A 33
Octal 120 117 267 70 71 0 34 361 52 63
Binary 1010000 1001111 10110111 111000 111001 0 11100 11110001 101010 110011

Color Harmonies of #504FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FB7

Black with #504FB7

Text Example


Text Example

White with #504FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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