Html Css Color HEX #504DAF Rich Blue

📋 copy color: '#504DAF'

red 80 ◦ green 77 ◦ blue 175

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

Shades of Rich Blue #504DAF

Tints of Rich Blue #504DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 24.1%
G = 23.19%
B = 52.71%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#504DAF (or 0x504DAF) is known color: Rich Blue. HEX triplet: 50, 4D and AF. RGB value is (80,77,175). Sum of RGB (Red+Green+Blue) = 80+77+175=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #504DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DAF is #AFB250. Grayscale: #585858. Windows color (decimal): -11514449 or 11488592. OLE color: 11488592.

HSL color Cylindrical-coordinate representation of color #504DAF: hue angle of 241.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504DAF is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 77 175 -
CMYK 0.54 0.56 0 0.31
HSL 241.84º 0.39% 0.49% -
HSV(B) 241.84º 0.56% 0.69% -
XYZ 13.7 10.11 41.79 -
YUV 89.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 80 77 175 0.54 0.56 0 0.31 241.84 0.39 0.49
Hex 50 4D AF 36 38 0 1F F2 27 31
Octal 120 115 257 66 70 0 37 362 47 61
Binary 1010000 1001101 10101111 110110 111000 0 11111 11110010 100111 110001

Color Harmonies of #504DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504DAF

Black with #504DAF

Text Example


Text Example

White with #504DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,77,175); }

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

background-color css

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

 a { background-color: rgb(80,77,175); }

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

border-color css

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

 span { border-color: rgb(80,77,175); }

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