Html Css Color HEX #495096 Governor Bay

📋 copy color: '#495096'

red 73 ◦ green 80 ◦ blue 150

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

Shades of Governor Bay #495096

Tints of Governor Bay #495096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

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

R = 24.09%
G = 26.4%
B = 49.5%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495096 (or 0x495096) is known color: Governor Bay. HEX triplet: 49, 50 and 96. RGB value is (73,80,150). Sum of RGB (Red+Green+Blue) = 73+80+150=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #495096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495096 is #B6AF69. Grayscale: #555555. Windows color (decimal): -11972458 or 9850953. OLE color: 9850953.

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

Color convert

RGB 73 80 150 -
CMYK 0.51 0.47 0 0.41
HSL 234.55º 0.35% 0.44% -
HSV(B) 234.55º 0.51% 0.59% -
XYZ 11.12 9.36 30.07 -
YUV 85.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 73 80 150 0.51 0.47 0 0.41 234.55 0.35 0.44
Hex 49 50 96 33 2F 0 29 EB 23 2C
Octal 111 120 226 63 57 0 51 353 43 54
Binary 1001001 1010000 10010110 110011 101111 0 101001 11101011 100011 101100

Color Harmonies of #495096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495096

Black with #495096

Text Example


Text Example

White with #495096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495096; }

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

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

background-color css

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

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

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

border-color css

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

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

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