Html Css Color HEX #504FB3 Rich Blue

📋 copy color: '#504FB3'

red 80 ◦ green 79 ◦ blue 179

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

Shades of Rich Blue #504FB3

Tints of Rich Blue #504FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 23.67%
G = 23.37%
B = 52.96%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#504FB3 (or 0x504FB3) is known color: Rich Blue. HEX triplet: 50, 4F and B3. RGB value is (80,79,179). Sum of RGB (Red+Green+Blue) = 80+79+179=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #504FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FB3 is #AFB04C. Grayscale: #5A5A5A. Windows color (decimal): -11513933 or 11751248. OLE color: 11751248.

HSL color Cylindrical-coordinate representation of color #504FB3: hue angle of 240.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504FB3 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 79 179 -
CMYK 0.55 0.56 0 0.30
HSL 240.6º 0.4% 0.51% -
HSV(B) 240.6º 0.56% 0.7% -
XYZ 14.24 10.55 43.93 -
YUV 90.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 80 79 179 0.55 0.56 0 0.30 240.6 0.4 0.51
Hex 50 4F B3 37 38 0 1E F1 28 33
Octal 120 117 263 67 70 0 36 361 50 63
Binary 1010000 1001111 10110011 110111 111000 0 11110 11110001 101000 110011

Color Harmonies of #504FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FB3

Black with #504FB3

Text Example


Text Example

White with #504FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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