Html Css Color HEX #494FA0 Governor Bay

📋 copy color: '#494FA0'

red 73 ◦ green 79 ◦ blue 160

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

Shades of Governor Bay #494FA0

Tints of Governor Bay #494FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.28%

R = 23.4%
G = 25.32%
B = 51.28%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#494FA0 (or 0x494FA0) is known color: Governor Bay. HEX triplet: 49, 4F and A0. RGB value is (73,79,160). Sum of RGB (Red+Green+Blue) = 73+79+160=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #494FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494FA0 is #B6B05F. Grayscale: #565656. Windows color (decimal): -11972704 or 10506057. OLE color: 10506057.

HSL color Cylindrical-coordinate representation of color #494FA0: hue angle of 235.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494FA0 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 79 160 -
CMYK 0.54 0.51 0 0.37
HSL 235.86º 0.37% 0.46% -
HSV(B) 235.86º 0.54% 0.63% -
XYZ 11.89 9.55 34.47 -
YUV 86.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 73 79 160 0.54 0.51 0 0.37 235.86 0.37 0.46
Hex 49 4F A0 36 33 0 25 EC 25 2E
Octal 111 117 240 66 63 0 45 354 45 56
Binary 1001001 1001111 10100000 110110 110011 0 100101 11101100 100101 101110

Color Harmonies of #494FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FA0

Black with #494FA0

Text Example


Text Example

White with #494FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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