Html Css Color HEX #504A99 Governor Bay

📋 copy color: '#504A99'

red 80 ◦ green 74 ◦ blue 153

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

Shades of Governor Bay #504A99

Tints of Governor Bay #504A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 26.06%
G = 24.1%
B = 49.84%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#504A99 (or 0x504A99) is known color: Governor Bay. HEX triplet: 50, 4A and 99. RGB value is (80,74,153). Sum of RGB (Red+Green+Blue) = 80+74+153=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #504A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504A99 is #AFB566. Grayscale: #545454. Windows color (decimal): -11515239 or 10046032. OLE color: 10046032.

HSL color Cylindrical-coordinate representation of color #504A99: hue angle of 244.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504A99 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 74 153 -
CMYK 0.48 0.52 0 0.4
HSL 244.56º 0.35% 0.45% -
HSV(B) 244.56º 0.52% 0.6% -
XYZ 11.51 8.9 31.25 -
YUV 84.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 80 74 153 0.48 0.52 0 0.4 244.56 0.35 0.45
Hex 50 4A 99 30 34 0 28 F5 23 2D
Octal 120 112 231 60 64 0 50 365 43 55
Binary 1010000 1001010 10011001 110000 110100 0 101000 11110101 100011 101101

Color Harmonies of #504A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A99

Black with #504A99

Text Example


Text Example

White with #504A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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