Html Css Color HEX #494D98 Governor Bay

📋 copy color: '#494D98'

red 73 ◦ green 77 ◦ blue 152

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

Shades of Governor Bay #494D98

Tints of Governor Bay #494D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 24.17%
G = 25.5%
B = 50.33%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#494D98 (or 0x494D98) is known color: Governor Bay. HEX triplet: 49, 4D and 98. RGB value is (73,77,152). Sum of RGB (Red+Green+Blue) = 73+77+152=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #494D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D98 is #B6B267. Grayscale: #545454. Windows color (decimal): -11973224 or 9981257. OLE color: 9981257.

HSL color Cylindrical-coordinate representation of color #494D98: hue angle of 236.96º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494D98 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 77 152 -
CMYK 0.52 0.49 0 0.40
HSL 236.96º 0.35% 0.44% -
HSV(B) 236.96º 0.52% 0.6% -
XYZ 11.07 8.99 30.86 -
YUV 84.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 73 77 152 0.52 0.49 0 0.40 236.96 0.35 0.44
Hex 49 4D 98 34 31 0 28 ED 23 2C
Octal 111 115 230 64 61 0 50 355 43 54
Binary 1001001 1001101 10011000 110100 110001 0 101000 11101101 100011 101100

Color Harmonies of #494D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D98

Black with #494D98

Text Example


Text Example

White with #494D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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