Html Css Color HEX #495997 Governor Bay

📋 copy color: '#495997'

red 73 ◦ green 89 ◦ blue 151

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

Shades of Governor Bay #495997

Tints of Governor Bay #495997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 23.32%
G = 28.43%
B = 48.24%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495997 (or 0x495997) is known color: Governor Bay. HEX triplet: 49, 59 and 97. RGB value is (73,89,151). Sum of RGB (Red+Green+Blue) = 73+89+151=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #495997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495997 is #B6A668. Grayscale: #5B5B5B. Windows color (decimal): -11970153 or 9918793. OLE color: 9918793.

HSL color Cylindrical-coordinate representation of color #495997: hue angle of 227.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495997 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 89 151 -
CMYK 0.52 0.41 0 0.41
HSL 227.69º 0.35% 0.44% -
HSV(B) 227.69º 0.52% 0.59% -
XYZ 11.91 10.8 30.73 -
YUV 91.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 73 89 151 0.52 0.41 0 0.41 227.69 0.35 0.44
Hex 49 59 97 34 29 0 29 E4 23 2C
Octal 111 131 227 64 51 0 51 344 43 54
Binary 1001001 1011001 10010111 110100 101001 0 101001 11100100 100011 101100

Color Harmonies of #495997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495997

Black with #495997

Text Example


Text Example

White with #495997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495997; }

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

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

background-color css

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

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

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

border-color css

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

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

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