Html Css Color HEX #495696 Governor Bay

📋 copy color: '#495696'

red 73 ◦ green 86 ◦ blue 150

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

Shades of Governor Bay #495696

Tints of Governor Bay #495696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.54%

R = 23.62%
G = 27.83%
B = 48.54%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495696 (or 0x495696) is known color: Governor Bay. HEX triplet: 49, 56 and 96. RGB value is (73,86,150). Sum of RGB (Red+Green+Blue) = 73+86+150=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #495696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495696 is #B6A969. Grayscale: #595959. Windows color (decimal): -11970922 or 9852489. OLE color: 9852489.

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

Color convert

RGB 73 86 150 -
CMYK 0.51 0.43 0 0.41
HSL 229.87º 0.35% 0.44% -
HSV(B) 229.87º 0.51% 0.59% -
XYZ 11.58 10.27 30.23 -
YUV 89.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 73 86 150 0.51 0.43 0 0.41 229.87 0.35 0.44
Hex 49 56 96 33 2B 0 29 E6 23 2C
Octal 111 126 226 63 53 0 51 346 43 54
Binary 1001001 1010110 10010110 110011 101011 0 101001 11100110 100011 101100

Color Harmonies of #495696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495696

Black with #495696

Text Example


Text Example

White with #495696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495696; }

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

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

background-color css

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

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

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

border-color css

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

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

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