Html Css Color HEX #494F92 Governor Bay

📋 copy color: '#494F92'

red 73 ◦ green 79 ◦ blue 146

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

Shades of Governor Bay #494F92

Tints of Governor Bay #494F92

RGB

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

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

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

R = 24.5%
G = 26.51%
B = 48.99%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494F92 (or 0x494F92) is known color: Governor Bay. HEX triplet: 49, 4F and 92. RGB value is (73,79,146). Sum of RGB (Red+Green+Blue) = 73+79+146=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #494F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F92 is #B6B06D. Grayscale: #545454. Windows color (decimal): -11972718 or 9588553. OLE color: 9588553.

HSL color Cylindrical-coordinate representation of color #494F92: hue angle of 235.07º 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 #494F92 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 79 146 -
CMYK 0.5 0.46 0 0.43
HSL 235.07º 0.33% 0.43% -
HSV(B) 235.07º 0.5% 0.57% -
XYZ 10.73 9.08 28.38 -
YUV 84.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 73 79 146 0.5 0.46 0 0.43 235.07 0.33 0.43
Hex 49 4F 92 32 2E 0 2B EB 21 2B
Octal 111 117 222 62 56 0 53 353 41 53
Binary 1001001 1001111 10010010 110010 101110 0 101011 11101011 100001 101011

Color Harmonies of #494F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F92

Black with #494F92

Text Example


Text Example

White with #494F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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