Html Css Color HEX #495994 Governor Bay

📋 copy color: '#495994'

red 73 ◦ green 89 ◦ blue 148

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

Shades of Governor Bay #495994

Tints of Governor Bay #495994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 148 (58.2% from 255) = 47.74%

R = 23.55%
G = 28.71%
B = 47.74%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495994 (or 0x495994) is known color: Governor Bay. HEX triplet: 49, 59 and 94. RGB value is (73,89,148). Sum of RGB (Red+Green+Blue) = 73+89+148=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #495994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495994 is #B6A66B. Grayscale: #5A5A5A. Windows color (decimal): -11970156 or 9722185. OLE color: 9722185.

HSL color Cylindrical-coordinate representation of color #495994: hue angle of 227.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495994 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 89 148 -
CMYK 0.51 0.40 0 0.42
HSL 227.2º 0.34% 0.43% -
HSV(B) 227.2º 0.51% 0.58% -
XYZ 11.67 10.7 29.47 -
YUV 90.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 73 89 148 0.51 0.40 0 0.42 227.2 0.34 0.43
Hex 49 59 94 33 28 0 2A E3 22 2B
Octal 111 131 224 63 50 0 52 343 42 53
Binary 1001001 1011001 10010100 110011 101000 0 101010 11100011 100010 101011

Color Harmonies of #495994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495994

Black with #495994

Text Example


Text Example

White with #495994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495994; }

 p { color: rgb(73,89,148); }

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

background-color css

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

 a { background-color: rgb(73,89,148); }

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

border-color css

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

 span { border-color: rgb(73,89,148); }

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