Html Css Color HEX #494F8C Governor Bay

📋 copy color: '#494F8C'

red 73 ◦ green 79 ◦ blue 140

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

Shades of Governor Bay #494F8C

Tints of Governor Bay #494F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 25%
G = 27.05%
B = 47.95%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#494F8C (or 0x494F8C) is known color: Governor Bay. HEX triplet: 49, 4F and 8C. RGB value is (73,79,140). Sum of RGB (Red+Green+Blue) = 73+79+140=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #494F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F8C is #B6B073. Grayscale: #535353. Windows color (decimal): -11972724 or 9195337. OLE color: 9195337.

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

Color convert

RGB 73 79 140 -
CMYK 0.48 0.44 0 0.45
HSL 234.63º 0.31% 0.42% -
HSV(B) 234.63º 0.48% 0.55% -
XYZ 10.28 8.9 25.99 -
YUV 84.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 73 79 140 0.48 0.44 0 0.45 234.63 0.31 0.42
Hex 49 4F 8C 30 2C 0 2D EB 1F 2A
Octal 111 117 214 60 54 0 55 353 37 52
Binary 1001001 1001111 10001100 110000 101100 0 101101 11101011 11111 101010

Color Harmonies of #494F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F8C

Black with #494F8C

Text Example


Text Example

White with #494F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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