Html Css Color HEX #50469F Governor Bay

📋 copy color: '#50469F'

red 80 ◦ green 70 ◦ blue 159

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

Shades of Governor Bay #50469F

Tints of Governor Bay #50469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 25.89%
G = 22.65%
B = 51.46%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50469F (or 0x50469F) is known color: Governor Bay. HEX triplet: 50, 46 and 9F. RGB value is (80,70,159). Sum of RGB (Red+Green+Blue) = 80+70+159=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #50469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469F is #AFB960. Grayscale: #525252. Windows color (decimal): -11516257 or 10438224. OLE color: 10438224.

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

Color convert

RGB 80 70 159 -
CMYK 0.50 0.56 0 0.38
HSL 246.74º 0.39% 0.45% -
HSV(B) 246.74º 0.56% 0.62% -
XYZ 11.76 8.59 33.84 -
YUV 83.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 80 70 159 0.50 0.56 0 0.38 246.74 0.39 0.45
Hex 50 46 9F 32 38 0 26 F7 27 2D
Octal 120 106 237 62 70 0 46 367 47 55
Binary 1010000 1000110 10011111 110010 111000 0 100110 11110111 100111 101101

Color Harmonies of #50469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50469F

Black with #50469F

Text Example


Text Example

White with #50469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50469F;
 }
 .AnyTagClassName
 {
   color: #50469F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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