Html Css Color HEX #504AA1 Governor Bay

📋 copy color: '#504AA1'

red 80 ◦ green 74 ◦ blue 161

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

Shades of Governor Bay #504AA1

Tints of Governor Bay #504AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 51.11%

R = 25.4%
G = 23.49%
B = 51.11%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#504AA1 (or 0x504AA1) is known color: Governor Bay. HEX triplet: 50, 4A and A1. RGB value is (80,74,161). Sum of RGB (Red+Green+Blue) = 80+74+161=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #504AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504AA1 is #AFB55E. Grayscale: #555555. Windows color (decimal): -11515231 or 10570320. OLE color: 10570320.

HSL color Cylindrical-coordinate representation of color #504AA1: hue angle of 244.14º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504AA1 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 74 161 -
CMYK 0.50 0.54 0 0.37
HSL 244.14º 0.37% 0.46% -
HSV(B) 244.14º 0.54% 0.63% -
XYZ 12.19 9.18 34.85 -
YUV 85.71 170.49 123.93 -
System Red Green Blue C M Y K H S L
Decimal 80 74 161 0.50 0.54 0 0.37 244.14 0.37 0.46
Hex 50 4A A1 32 36 0 25 F4 25 2E
Octal 120 112 241 62 66 0 45 364 45 56
Binary 1010000 1001010 10100001 110010 110110 0 100101 11110100 100101 101110

Color Harmonies of #504AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AA1

Black with #504AA1

Text Example


Text Example

White with #504AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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