Html Css Color HEX #49508D Governor Bay

📋 copy color: '#49508D'

red 73 ◦ green 80 ◦ blue 141

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

Shades of Governor Bay #49508D

Tints of Governor Bay #49508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 24.83%
G = 27.21%
B = 47.96%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49508D (or 0x49508D) is known color: Governor Bay. HEX triplet: 49, 50 and 8D. RGB value is (73,80,141). Sum of RGB (Red+Green+Blue) = 73+80+141=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #49508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49508D is #B6AF72. Grayscale: #545454. Windows color (decimal): -11972467 or 9261129. OLE color: 9261129.

HSL color Cylindrical-coordinate representation of color #49508D: hue angle of 233.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49508D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 80 141 -
CMYK 0.48 0.43 0 0.45
HSL 233.82º 0.32% 0.42% -
HSV(B) 233.82º 0.48% 0.55% -
XYZ 10.42 9.08 26.4 -
YUV 84.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 73 80 141 0.48 0.43 0 0.45 233.82 0.32 0.42
Hex 49 50 8D 30 2B 0 2D EA 20 2A
Octal 111 120 215 60 53 0 55 352 40 52
Binary 1001001 1010000 10001101 110000 101011 0 101101 11101010 100000 101010

Color Harmonies of #49508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49508D

Black with #49508D

Text Example


Text Example

White with #49508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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