Html Css Color HEX #494F9F Governor Bay

📋 copy color: '#494F9F'

red 73 ◦ green 79 ◦ blue 159

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

Shades of Governor Bay #494F9F

Tints of Governor Bay #494F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

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

R = 23.47%
G = 25.4%
B = 51.13%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#494F9F (or 0x494F9F) is known color: Governor Bay. HEX triplet: 49, 4F and 9F. RGB value is (73,79,159). Sum of RGB (Red+Green+Blue) = 73+79+159=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #494F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F9F is #B6B060. Grayscale: #555555. Windows color (decimal): -11972705 or 10440521. OLE color: 10440521.

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

Color convert

RGB 73 79 159 -
CMYK 0.54 0.50 0 0.38
HSL 235.81º 0.37% 0.45% -
HSV(B) 235.81º 0.54% 0.62% -
XYZ 11.8 9.51 34.01 -
YUV 86.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 73 79 159 0.54 0.50 0 0.38 235.81 0.37 0.45
Hex 49 4F 9F 36 32 0 26 EC 25 2D
Octal 111 117 237 66 62 0 46 354 45 55
Binary 1001001 1001111 10011111 110110 110010 0 100110 11101100 100101 101101

Color Harmonies of #494F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F9F

Black with #494F9F

Text Example


Text Example

White with #494F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,159); }

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

background-color css

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

 a { background-color: rgb(73,79,159); }

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

border-color css

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

 span { border-color: rgb(73,79,159); }

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