Html Css Color HEX #504AAC Rich Blue

📋 copy color: '#504AAC'

red 80 ◦ green 74 ◦ blue 172

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

Shades of Rich Blue #504AAC

Tints of Rich Blue #504AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 24.54%
G = 22.7%
B = 52.76%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#504AAC (or 0x504AAC) is known color: Rich Blue. HEX triplet: 50, 4A and AC. RGB value is (80,74,172). Sum of RGB (Red+Green+Blue) = 80+74+172=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #504AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504AAC is #AFB553. Grayscale: #565656. Windows color (decimal): -11515220 or 11291216. OLE color: 11291216.

HSL color Cylindrical-coordinate representation of color #504AAC: hue angle of 243.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504AAC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 74 172 -
CMYK 0.53 0.57 0 0.33
HSL 243.67º 0.4% 0.48% -
HSV(B) 243.67º 0.57% 0.67% -
XYZ 13.2 9.58 40.18 -
YUV 86.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 80 74 172 0.53 0.57 0 0.33 243.67 0.4 0.48
Hex 50 4A AC 35 39 0 21 F4 28 30
Octal 120 112 254 65 71 0 41 364 50 60
Binary 1010000 1001010 10101100 110101 111001 0 100001 11110100 101000 110000

Color Harmonies of #504AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AAC

Black with #504AAC

Text Example


Text Example

White with #504AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,74,172); }

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

background-color css

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

 a { background-color: rgb(80,74,172); }

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

border-color css

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

 span { border-color: rgb(80,74,172); }

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