Html Css Color HEX #494E99 Governor Bay

📋 copy color: '#494E99'

red 73 ◦ green 78 ◦ blue 153

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

Shades of Governor Bay #494E99

Tints of Governor Bay #494E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 24.01%
G = 25.66%
B = 50.33%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#494E99 (or 0x494E99) is known color: Governor Bay. HEX triplet: 49, 4E and 99. RGB value is (73,78,153). Sum of RGB (Red+Green+Blue) = 73+78+153=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #494E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E99 is #B6B166. Grayscale: #545454. Windows color (decimal): -11972967 or 10047049. OLE color: 10047049.

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

Color convert

RGB 73 78 153 -
CMYK 0.52 0.49 0 0.4
HSL 236.25º 0.35% 0.44% -
HSV(B) 236.25º 0.52% 0.6% -
XYZ 11.22 9.17 31.31 -
YUV 85.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 73 78 153 0.52 0.49 0 0.4 236.25 0.35 0.44
Hex 49 4E 99 34 31 0 28 EC 23 2C
Octal 111 116 231 64 61 0 50 354 43 54
Binary 1001001 1001110 10011001 110100 110001 0 101000 11101100 100011 101100

Color Harmonies of #494E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E99

Black with #494E99

Text Example


Text Example

White with #494E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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