#50479F

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

Shades of Governor Bay #50479F

Tints of Governor Bay #50479F

Color information

#50479F (or 0x50479F) is unknown color: approx Governor Bay. HEX triplet: 50, 47 and 9F. RGB value is (80,71,159). Sum of RGB (Red+Green+Blue) = 80+71+159=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #50479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50479F is #AFB860. Grayscale: #535353. Windows color (decimal): -11516001 or 10438480. OLE color: 10438480.

HSL color Cylindrical-coordinate representation of color #50479F: hue angle of 246.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50479F is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8071159-
CMYK0.500.5500.38
HSL246.14º38.26%45.1%-
HSV(B)246.14º55.35%62.35%-
XYZ11.828.7233.86-
YUV83.72170.48125.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=25.81%
G=22.90%
B=51.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80711590.500.5500.38246.1438.2645.1
Hex50479F3237026f6262d
Octal12010723762670463664655
Binary1010000100011110011111110010110111010011011110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50479F; }

 p { color: rgb(80,71,159); }

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

<style>
 a { background-color: #50479F; }

 a { background-color: rgb(80,71,159); }

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

<style>
 span { border-color: #50479F; }

 span { border-color: rgb(80,71,159); }

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