Html Css Color HEX #494F8E Governor Bay

📋 copy color: '#494F8E'

red 73 ◦ green 79 ◦ blue 142

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

Shades of Governor Bay #494F8E

Tints of Governor Bay #494F8E

RGB

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

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

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

R = 24.83%
G = 26.87%
B = 48.3%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#494F8E (or 0x494F8E) is known color: Governor Bay. HEX triplet: 49, 4F and 8E. RGB value is (73,79,142). Sum of RGB (Red+Green+Blue) = 73+79+142=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #494F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F8E is #B6B071. Grayscale: #545454. Windows color (decimal): -11972722 or 9326409. OLE color: 9326409.

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

Color convert

RGB 73 79 142 -
CMYK 0.49 0.44 0 0.44
HSL 234.78º 0.32% 0.42% -
HSV(B) 234.78º 0.49% 0.56% -
XYZ 10.43 8.96 26.77 -
YUV 84.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 73 79 142 0.49 0.44 0 0.44 234.78 0.32 0.42
Hex 49 4F 8E 31 2C 0 2C EB 20 2A
Octal 111 117 216 61 54 0 54 353 40 52
Binary 1001001 1001111 10001110 110001 101100 0 101100 11101011 100000 101010

Color Harmonies of #494F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F8E

Black with #494F8E

Text Example


Text Example

White with #494F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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