Html Css Color HEX #50489A Governor Bay

📋 copy color: '#50489A'

red 80 ◦ green 72 ◦ blue 154

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

Shades of Governor Bay #50489A

Tints of Governor Bay #50489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 26.14%
G = 23.53%
B = 50.33%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50489A (or 0x50489A) is known color: Governor Bay. HEX triplet: 50, 48 and 9A. RGB value is (80,72,154). Sum of RGB (Red+Green+Blue) = 80+72+154=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #50489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50489A is #AFB765. Grayscale: #535353. Windows color (decimal): -11515750 or 10111056. OLE color: 10111056.

HSL color Cylindrical-coordinate representation of color #50489A: hue angle of 245.85º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50489A is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 72 154 -
CMYK 0.48 0.53 0 0.40
HSL 245.85º 0.36% 0.44% -
HSV(B) 245.85º 0.53% 0.6% -
XYZ 11.46 8.67 31.64 -
YUV 83.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 80 72 154 0.48 0.53 0 0.40 245.85 0.36 0.44
Hex 50 48 9A 30 35 0 28 F6 24 2C
Octal 120 110 232 60 65 0 50 366 44 54
Binary 1010000 1001000 10011010 110000 110101 0 101000 11110110 100100 101100

Color Harmonies of #50489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50489A

Black with #50489A

Text Example


Text Example

White with #50489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50489A; }

 p { color: rgb(80,72,154); }

 H1.HeaderClassName
 {
   color: #50489A;
 }
 .AnyTagClassName
 {
   color: #50489A;
 }
</style>

background-color css

<style>
 a { background-color: #50489A; }

 a { background-color: rgb(80,72,154); }

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

border-color css

<style>
 span { border-color: #50489A; }

 span { border-color: rgb(80,72,154); }

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