Html Css Color HEX #49509B Governor Bay

📋 copy color: '#49509B'

red 73 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #49509B

Tints of Governor Bay #49509B

RGB

 RED value IS 73 (28.91% from 255) = 23.7%

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 23.7%
G = 25.97%
B = 50.32%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49509B (or 0x49509B) is known color: Governor Bay. HEX triplet: 49, 50 and 9B. RGB value is (73,80,155). Sum of RGB (Red+Green+Blue) = 73+80+155=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #49509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49509B is #B6AF64. Grayscale: #565656. Windows color (decimal): -11972453 or 10178633. OLE color: 10178633.

HSL color Cylindrical-coordinate representation of color #49509B: hue angle of 234.88º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49509B is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 80 155 -
CMYK 0.53 0.48 0 0.39
HSL 234.88º 0.36% 0.45% -
HSV(B) 234.88º 0.53% 0.61% -
XYZ 11.53 9.52 32.24 -
YUV 86.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 73 80 155 0.53 0.48 0 0.39 234.88 0.36 0.45
Hex 49 50 9B 35 30 0 27 EB 24 2D
Octal 111 120 233 65 60 0 47 353 44 55
Binary 1001001 1010000 10011011 110101 110000 0 100111 11101011 100100 101101

Color Harmonies of #49509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49509B

Black with #49509B

Text Example


Text Example

White with #49509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49509B; }

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

 H1.HeaderClassName
 {
   color: #49509B;
 }
 .AnyTagClassName
 {
   color: #49509B;
 }
</style>

background-color css

<style>
 a { background-color: #49509B; }

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

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

border-color css

<style>
 span { border-color: #49509B; }

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

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