Html Css Color HEX #495089 Governor Bay

📋 copy color: '#495089'

red 73 ◦ green 80 ◦ blue 137

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

Shades of Governor Bay #495089

Tints of Governor Bay #495089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 25.17%
G = 27.59%
B = 47.24%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#495089 (or 0x495089) is known color: Governor Bay. HEX triplet: 49, 50 and 89. RGB value is (73,80,137). Sum of RGB (Red+Green+Blue) = 73+80+137=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #495089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495089 is #B6AF76. Grayscale: #545454. Windows color (decimal): -11972471 or 8998985. OLE color: 8998985.

HSL color Cylindrical-coordinate representation of color #495089: hue angle of 233.44º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495089 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 80 137 -
CMYK 0.47 0.42 0 0.46
HSL 233.44º 0.3% 0.41% -
HSV(B) 233.44º 0.47% 0.54% -
XYZ 10.13 8.96 24.86 -
YUV 84.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 73 80 137 0.47 0.42 0 0.46 233.44 0.3 0.41
Hex 49 50 89 2F 2A 0 2E E9 1E 29
Octal 111 120 211 57 52 0 56 351 36 51
Binary 1001001 1010000 10001001 101111 101010 0 101110 11101001 11110 101001

Color Harmonies of #495089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495089

Black with #495089

Text Example


Text Example

White with #495089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495089; }

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

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

background-color css

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

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

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

border-color css

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

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

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