Html Css Color HEX #494D8B Governor Bay

📋 copy color: '#494D8B'

red 73 ◦ green 77 ◦ blue 139

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

Shades of Governor Bay #494D8B

Tints of Governor Bay #494D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 25.26%
G = 26.64%
B = 48.1%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#494D8B (or 0x494D8B) is known color: Governor Bay. HEX triplet: 49, 4D and 8B. RGB value is (73,77,139). Sum of RGB (Red+Green+Blue) = 73+77+139=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #494D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D8B is #B6B274. Grayscale: #525252. Windows color (decimal): -11973237 or 9129289. OLE color: 9129289.

HSL color Cylindrical-coordinate representation of color #494D8B: hue angle of 236.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494D8B is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 77 139 -
CMYK 0.47 0.45 0 0.45
HSL 236.36º 0.31% 0.42% -
HSV(B) 236.36º 0.47% 0.55% -
XYZ 10.06 8.59 25.55 -
YUV 82.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 73 77 139 0.47 0.45 0 0.45 236.36 0.31 0.42
Hex 49 4D 8B 2F 2D 0 2D EC 1F 2A
Octal 111 115 213 57 55 0 55 354 37 52
Binary 1001001 1001101 10001011 101111 101101 0 101101 11101100 11111 101010

Color Harmonies of #494D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D8B

Black with #494D8B

Text Example


Text Example

White with #494D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D8B; }

 p { color: rgb(73,77,139); }

 H1.HeaderClassName
 {
   color: #494D8B;
 }
 .AnyTagClassName
 {
   color: #494D8B;
 }
</style>

background-color css

<style>
 a { background-color: #494D8B; }

 a { background-color: rgb(73,77,139); }

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

border-color css

<style>
 span { border-color: #494D8B; }

 span { border-color: rgb(73,77,139); }

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