Html Css Color HEX #494E98 Governor Bay

📋 copy color: '#494E98'

red 73 ◦ green 78 ◦ blue 152

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

Shades of Governor Bay #494E98

Tints of Governor Bay #494E98

RGB

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

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

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

R = 24.09%
G = 25.74%
B = 50.17%

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

#494E98 (or 0x494E98) is known color: Governor Bay. HEX triplet: 49, 4E and 98. RGB value is (73,78,152). Sum of RGB (Red+Green+Blue) = 73+78+152=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #494E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E98 is #B6B167. Grayscale: #545454. Windows color (decimal): -11972968 or 9981513. OLE color: 9981513.

HSL color Cylindrical-coordinate representation of color #494E98: hue angle of 236.2º 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 #494E98 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 78 152 -
CMYK 0.52 0.49 0 0.40
HSL 236.2º 0.35% 0.44% -
HSV(B) 236.2º 0.52% 0.6% -
XYZ 11.14 9.13 30.88 -
YUV 84.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 73 78 152 0.52 0.49 0 0.40 236.2 0.35 0.44
Hex 49 4E 98 34 31 0 28 EC 23 2C
Octal 111 116 230 64 61 0 50 354 43 54
Binary 1001001 1001110 10011000 110100 110001 0 101000 11101100 100011 101100

Color Harmonies of #494E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E98

Black with #494E98

Text Example


Text Example

White with #494E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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