Html Css Color HEX #494E92 Governor Bay

📋 copy color: '#494E92'

red 73 ◦ green 78 ◦ blue 146

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

Shades of Governor Bay #494E92

Tints of Governor Bay #494E92

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.26%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 24.58%
G = 26.26%
B = 49.16%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494E92 (or 0x494E92) is known color: Governor Bay. HEX triplet: 49, 4E and 92. RGB value is (73,78,146). Sum of RGB (Red+Green+Blue) = 73+78+146=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #494E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E92 is #B6B16D. Grayscale: #535353. Windows color (decimal): -11972974 or 9588297. OLE color: 9588297.

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

Color convert

RGB 73 78 146 -
CMYK 0.5 0.47 0 0.43
HSL 235.89º 0.33% 0.43% -
HSV(B) 235.89º 0.5% 0.57% -
XYZ 10.66 8.94 28.36 -
YUV 84.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 73 78 146 0.5 0.47 0 0.43 235.89 0.33 0.43
Hex 49 4E 92 32 2F 0 2B EC 21 2B
Octal 111 116 222 62 57 0 53 354 41 53
Binary 1001001 1001110 10010010 110010 101111 0 101011 11101100 100001 101011

Color Harmonies of #494E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E92

Black with #494E92

Text Example


Text Example

White with #494E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,146); }

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

background-color css

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

 a { background-color: rgb(73,78,146); }

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

border-color css

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

 span { border-color: rgb(73,78,146); }

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