Html Css Color HEX #495695 Governor Bay

📋 copy color: '#495695'

red 73 ◦ green 86 ◦ blue 149

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

Shades of Governor Bay #495695

Tints of Governor Bay #495695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 23.7%
G = 27.92%
B = 48.38%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495695 (or 0x495695) is known color: Governor Bay. HEX triplet: 49, 56 and 95. RGB value is (73,86,149). Sum of RGB (Red+Green+Blue) = 73+86+149=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #495695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495695 is #B6A96A. Grayscale: #595959. Windows color (decimal): -11970923 or 9786953. OLE color: 9786953.

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

Color convert

RGB 73 86 149 -
CMYK 0.51 0.42 0 0.42
HSL 229.74º 0.34% 0.44% -
HSV(B) 229.74º 0.51% 0.58% -
XYZ 11.5 10.24 29.8 -
YUV 89.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 73 86 149 0.51 0.42 0 0.42 229.74 0.34 0.44
Hex 49 56 95 33 2A 0 2A E6 22 2C
Octal 111 126 225 63 52 0 52 346 42 54
Binary 1001001 1010110 10010101 110011 101010 0 101010 11100110 100010 101100

Color Harmonies of #495695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495695

Black with #495695

Text Example


Text Example

White with #495695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495695; }

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

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

background-color css

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

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

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

border-color css

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

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

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