Html Css Color HEX #494F96 Governor Bay

📋 copy color: '#494F96'

red 73 ◦ green 79 ◦ blue 150

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

Shades of Governor Bay #494F96

Tints of Governor Bay #494F96

RGB

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

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

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

R = 24.17%
G = 26.16%
B = 49.67%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494F96 (or 0x494F96) is known color: Governor Bay. HEX triplet: 49, 4F and 96. RGB value is (73,79,150). Sum of RGB (Red+Green+Blue) = 73+79+150=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #494F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F96 is #B6B069. Grayscale: #555555. Windows color (decimal): -11972714 or 9850697. OLE color: 9850697.

HSL color Cylindrical-coordinate representation of color #494F96: hue angle of 235.32º 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 #494F96 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 79 150 -
CMYK 0.51 0.47 0 0.41
HSL 235.32º 0.35% 0.44% -
HSV(B) 235.32º 0.51% 0.59% -
XYZ 11.05 9.21 30.05 -
YUV 85.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 73 79 150 0.51 0.47 0 0.41 235.32 0.35 0.44
Hex 49 4F 96 33 2F 0 29 EB 23 2C
Octal 111 117 226 63 57 0 51 353 43 54
Binary 1001001 1001111 10010110 110011 101111 0 101001 11101011 100011 101100

Color Harmonies of #494F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F96

Black with #494F96

Text Example


Text Example

White with #494F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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