Html Css Color HEX #5049A4 Governor Bay

📋 copy color: '#5049A4'

red 80 ◦ green 73 ◦ blue 164

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

Shades of Governor Bay #5049A4

Tints of Governor Bay #5049A4

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

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

R = 25.24%
G = 23.03%
B = 51.74%

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

#5049A4 (or 0x5049A4) is known color: Governor Bay. HEX triplet: 50, 49 and A4. RGB value is (80,73,164). Sum of RGB (Red+Green+Blue) = 80+73+164=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #5049A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5049A4 is #AFB65B. Grayscale: #555555. Windows color (decimal): -11515484 or 10766672. OLE color: 10766672.

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

Color convert

RGB 80 73 164 -
CMYK 0.51 0.55 0 0.36
HSL 244.62º 0.38% 0.46% -
HSV(B) 244.62º 0.55% 0.64% -
XYZ 12.39 9.15 36.24 -
YUV 85.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 80 73 164 0.51 0.55 0 0.36 244.62 0.38 0.46
Hex 50 49 A4 33 37 0 24 F5 26 2E
Octal 120 111 244 63 67 0 44 365 46 56
Binary 1010000 1001001 10100100 110011 110111 0 100100 11110101 100110 101110

Color Harmonies of #5049A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049A4

Black with #5049A4

Text Example


Text Example

White with #5049A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5049A4; }

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

 H1.HeaderClassName
 {
   color: #5049A4;
 }
 .AnyTagClassName
 {
   color: #5049A4;
 }
</style>

background-color css

<style>
 a { background-color: #5049A4; }

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

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

border-color css

<style>
 span { border-color: #5049A4; }

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

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