#50489d

Color #50489D Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #50489D

Tints of Governor Bay #50489D

Color information

#50489D (or 0x50489D) is unknown color: approx Governor Bay. HEX triplet: 50, 48 and 9D. RGB value is (80,72,157). Sum of RGB (Red+Green+Blue) = 80+72+157=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #50489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50489D is #AFB762. Grayscale: #535353. Windows color (decimal): -11515747 or 10307664. OLE color: 10307664.

HSL color Cylindrical-coordinate representation of color #50489D: hue angle of 245.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50489D is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8072157-
CMYK0.490.5400.38
HSL245.65º37.12%44.9%-
HSV(B)245.65º54.14%61.57%-
XYZ11.718.7732.97-
YUV84.08169.15125.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=25.89%
G=23.30%
B=50.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80721570.490.5400.38245.6537.1244.9
Hex50489D3136026f6252d
Octal12011023561660463664555
Binary1010000100100010011101110001110110010011011110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50489d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50489d;
 }
 .AnyTagClassName
 {
   color: #50489d;
 }
</style>
background-color css

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

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

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

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

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

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