Html Css Color HEX #495697 Governor Bay

📋 copy color: '#495697'

red 73 ◦ green 86 ◦ blue 151

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

Shades of Governor Bay #495697

Tints of Governor Bay #495697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 23.55%
G = 27.74%
B = 48.71%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495697 (or 0x495697) is known color: Governor Bay. HEX triplet: 49, 56 and 97. RGB value is (73,86,151). Sum of RGB (Red+Green+Blue) = 73+86+151=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #495697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495697 is #B6A968. Grayscale: #595959. Windows color (decimal): -11970921 or 9918025. OLE color: 9918025.

HSL color Cylindrical-coordinate representation of color #495697: hue angle of 230º 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 #495697 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 86 151 -
CMYK 0.52 0.43 0 0.41
HSL 230º 0.35% 0.44% -
HSV(B) 230º 0.52% 0.59% -
XYZ 11.66 10.31 30.65 -
YUV 89.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 73 86 151 0.52 0.43 0 0.41 230 0.35 0.44
Hex 49 56 97 34 2B 0 29 E6 23 2C
Octal 111 126 227 64 53 0 51 346 43 54
Binary 1001001 1010110 10010111 110100 101011 0 101001 11100110 100011 101100

Color Harmonies of #495697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495697

Black with #495697

Text Example


Text Example

White with #495697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495697; }

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

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

background-color css

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

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

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

border-color css

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

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

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