Html Css Color HEX #494E8E Governor Bay

📋 copy color: '#494E8E'

red 73 ◦ green 78 ◦ blue 142

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

Shades of Governor Bay #494E8E

Tints of Governor Bay #494E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.46%

R = 24.91%
G = 26.62%
B = 48.46%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#494E8E (or 0x494E8E) is known color: Governor Bay. HEX triplet: 49, 4E and 8E. RGB value is (73,78,142). Sum of RGB (Red+Green+Blue) = 73+78+142=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #494E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E8E is #B6B171. Grayscale: #535353. Windows color (decimal): -11972978 or 9326153. OLE color: 9326153.

HSL color Cylindrical-coordinate representation of color #494E8E: hue angle of 235.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494E8E is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 78 142 -
CMYK 0.49 0.45 0 0.44
HSL 235.65º 0.32% 0.42% -
HSV(B) 235.65º 0.49% 0.56% -
XYZ 10.35 8.82 26.75 -
YUV 83.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 73 78 142 0.49 0.45 0 0.44 235.65 0.32 0.42
Hex 49 4E 8E 31 2D 0 2C EC 20 2A
Octal 111 116 216 61 55 0 54 354 40 52
Binary 1001001 1001110 10001110 110001 101101 0 101100 11101100 100000 101010

Color Harmonies of #494E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E8E

Black with #494E8E

Text Example


Text Example

White with #494E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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