Html Css Color HEX #495087 Governor Bay

📋 copy color: '#495087'

red 73 ◦ green 80 ◦ blue 135

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

Shades of Governor Bay #495087

Tints of Governor Bay #495087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 25.35%
G = 27.78%
B = 46.88%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495087 (or 0x495087) is known color: Governor Bay. HEX triplet: 49, 50 and 87. RGB value is (73,80,135). Sum of RGB (Red+Green+Blue) = 73+80+135=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #495087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495087 is #B6AF78. Grayscale: #535353. Windows color (decimal): -11972473 or 8867913. OLE color: 8867913.

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

Color convert

RGB 73 80 135 -
CMYK 0.46 0.41 0 0.47
HSL 233.23º 0.3% 0.41% -
HSV(B) 233.23º 0.46% 0.53% -
XYZ 9.99 8.9 24.11 -
YUV 84.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 73 80 135 0.46 0.41 0 0.47 233.23 0.3 0.41
Hex 49 50 87 2E 29 0 2F E9 1E 29
Octal 111 120 207 56 51 0 57 351 36 51
Binary 1001001 1010000 10000111 101110 101001 0 101111 11101001 11110 101001

Color Harmonies of #495087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495087

Black with #495087

Text Example


Text Example

White with #495087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495087; }

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

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

background-color css

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

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

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

border-color css

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

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

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