Html Css Color HEX #494C96 Governor Bay

📋 copy color: '#494C96'

red 73 ◦ green 76 ◦ blue 150

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

Shades of Governor Bay #494C96

Tints of Governor Bay #494C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 24.41%
G = 25.42%
B = 50.17%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494C96 (or 0x494C96) is known color: Governor Bay. HEX triplet: 49, 4C and 96. RGB value is (73,76,150). Sum of RGB (Red+Green+Blue) = 73+76+150=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #494C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C96 is #B6B369. Grayscale: #535353. Windows color (decimal): -11973482 or 9849929. OLE color: 9849929.

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

Color convert

RGB 73 76 150 -
CMYK 0.51 0.49 0 0.41
HSL 237.66º 0.35% 0.44% -
HSV(B) 237.66º 0.51% 0.59% -
XYZ 10.84 8.79 29.98 -
YUV 83.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 73 76 150 0.51 0.49 0 0.41 237.66 0.35 0.44
Hex 49 4C 96 33 31 0 29 EE 23 2C
Octal 111 114 226 63 61 0 51 356 43 54
Binary 1001001 1001100 10010110 110011 110001 0 101001 11101110 100011 101100

Color Harmonies of #494C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C96

Black with #494C96

Text Example


Text Example

White with #494C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,76,150); }

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

background-color css

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

 a { background-color: rgb(73,76,150); }

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

border-color css

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

 span { border-color: rgb(73,76,150); }

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