Html Css Color HEX #494F93 Governor Bay

📋 copy color: '#494F93'

red 73 ◦ green 79 ◦ blue 147

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

Shades of Governor Bay #494F93

Tints of Governor Bay #494F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 24.41%
G = 26.42%
B = 49.16%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494F93 (or 0x494F93) is known color: Governor Bay. HEX triplet: 49, 4F and 93. RGB value is (73,79,147). Sum of RGB (Red+Green+Blue) = 73+79+147=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #494F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F93 is #B6B06C. Grayscale: #545454. Windows color (decimal): -11972717 or 9654089. OLE color: 9654089.

HSL color Cylindrical-coordinate representation of color #494F93: hue angle of 235.14º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494F93 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 79 147 -
CMYK 0.50 0.46 0 0.42
HSL 235.14º 0.34% 0.43% -
HSV(B) 235.14º 0.5% 0.58% -
XYZ 10.81 9.12 28.79 -
YUV 84.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 73 79 147 0.50 0.46 0 0.42 235.14 0.34 0.43
Hex 49 4F 93 32 2E 0 2A EB 22 2B
Octal 111 117 223 62 56 0 52 353 42 53
Binary 1001001 1001111 10010011 110010 101110 0 101010 11101011 100010 101011

Color Harmonies of #494F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F93

Black with #494F93

Text Example


Text Example

White with #494F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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