Html Css Color HEX #504AA4 Governor Bay

📋 copy color: '#504AA4'

red 80 ◦ green 74 ◦ blue 164

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

Shades of Governor Bay #504AA4

Tints of Governor Bay #504AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 51.57%

R = 25.16%
G = 23.27%
B = 51.57%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#504AA4 (or 0x504AA4) is known color: Governor Bay. HEX triplet: 50, 4A and A4. RGB value is (80,74,164). Sum of RGB (Red+Green+Blue) = 80+74+164=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #504AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504AA4 is #AFB55B. Grayscale: #555555. Windows color (decimal): -11515228 or 10766928. OLE color: 10766928.

HSL color Cylindrical-coordinate representation of color #504AA4: hue angle of 244º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504AA4 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 74 164 -
CMYK 0.51 0.55 0 0.36
HSL 244º 0.38% 0.47% -
HSV(B) 244º 0.55% 0.64% -
XYZ 12.46 9.28 36.26 -
YUV 86.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 80 74 164 0.51 0.55 0 0.36 244 0.38 0.47
Hex 50 4A A4 33 37 0 24 F4 26 2F
Octal 120 112 244 63 67 0 44 364 46 57
Binary 1010000 1001010 10100100 110011 110111 0 100100 11110100 100110 101111

Color Harmonies of #504AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AA4

Black with #504AA4

Text Example


Text Example

White with #504AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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