Html Css Color HEX #49508E Governor Bay

📋 copy color: '#49508E'

red 73 ◦ green 80 ◦ blue 142

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

Shades of Governor Bay #49508E

Tints of Governor Bay #49508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 24.75%
G = 27.12%
B = 48.14%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49508E (or 0x49508E) is known color: Governor Bay. HEX triplet: 49, 50 and 8E. RGB value is (73,80,142). Sum of RGB (Red+Green+Blue) = 73+80+142=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #49508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49508E is #B6AF71. Grayscale: #545454. Windows color (decimal): -11972466 or 9326665. OLE color: 9326665.

HSL color Cylindrical-coordinate representation of color #49508E: hue angle of 233.91º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49508E is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 80 142 -
CMYK 0.49 0.44 0 0.44
HSL 233.91º 0.32% 0.42% -
HSV(B) 233.91º 0.49% 0.56% -
XYZ 10.5 9.11 26.8 -
YUV 84.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 73 80 142 0.49 0.44 0 0.44 233.91 0.32 0.42
Hex 49 50 8E 31 2C 0 2C EA 20 2A
Octal 111 120 216 61 54 0 54 352 40 52
Binary 1001001 1010000 10001110 110001 101100 0 101100 11101010 100000 101010

Color Harmonies of #49508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49508E

Black with #49508E

Text Example


Text Example

White with #49508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49508E; }

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

 H1.HeaderClassName
 {
   color: #49508E;
 }
 .AnyTagClassName
 {
   color: #49508E;
 }
</style>

background-color css

<style>
 a { background-color: #49508E; }

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

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

border-color css

<style>
 span { border-color: #49508E; }

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

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