Html Css Color HEX #504AAA Rich Blue

📋 copy color: '#504AAA'

red 80 ◦ green 74 ◦ blue 170

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

Shades of Rich Blue #504AAA

Tints of Rich Blue #504AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 24.69%
G = 22.84%
B = 52.47%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#504AAA (or 0x504AAA) is known color: Rich Blue. HEX triplet: 50, 4A and AA. RGB value is (80,74,170). Sum of RGB (Red+Green+Blue) = 80+74+170=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #504AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504AAA is #AFB555. Grayscale: #565656. Windows color (decimal): -11515222 or 11160144. OLE color: 11160144.

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

Color convert

RGB 80 74 170 -
CMYK 0.53 0.56 0 0.33
HSL 243.75º 0.39% 0.48% -
HSV(B) 243.75º 0.56% 0.67% -
XYZ 13.01 9.51 39.18 -
YUV 86.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 80 74 170 0.53 0.56 0 0.33 243.75 0.39 0.48
Hex 50 4A AA 35 38 0 21 F4 27 30
Octal 120 112 252 65 70 0 41 364 47 60
Binary 1010000 1001010 10101010 110101 111000 0 100001 11110100 100111 110000

Color Harmonies of #504AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AAA

Black with #504AAA

Text Example


Text Example

White with #504AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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