Html Css Color HEX #494D90 Governor Bay

📋 copy color: '#494D90'

red 73 ◦ green 77 ◦ blue 144

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

Shades of Governor Bay #494D90

Tints of Governor Bay #494D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 24.83%
G = 26.19%
B = 48.98%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#494D90 (or 0x494D90) is known color: Governor Bay. HEX triplet: 49, 4D and 90. RGB value is (73,77,144). Sum of RGB (Red+Green+Blue) = 73+77+144=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #494D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D90 is #B6B26F. Grayscale: #535353. Windows color (decimal): -11973232 or 9456969. OLE color: 9456969.

HSL color Cylindrical-coordinate representation of color #494D90: hue angle of 236.62º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494D90 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 77 144 -
CMYK 0.49 0.47 0 0.44
HSL 236.62º 0.33% 0.43% -
HSV(B) 236.62º 0.49% 0.56% -
XYZ 10.44 8.74 27.52 -
YUV 83.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 73 77 144 0.49 0.47 0 0.44 236.62 0.33 0.43
Hex 49 4D 90 31 2F 0 2C ED 21 2B
Octal 111 115 220 61 57 0 54 355 41 53
Binary 1001001 1001101 10010000 110001 101111 0 101100 11101101 100001 101011

Color Harmonies of #494D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D90

Black with #494D90

Text Example


Text Example

White with #494D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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