Html Css Color HEX #495899 Governor Bay

📋 copy color: '#495899'

red 73 ◦ green 88 ◦ blue 153

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

Shades of Governor Bay #495899

Tints of Governor Bay #495899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 23.25%
G = 28.03%
B = 48.73%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#495899 (or 0x495899) is known color: Governor Bay. HEX triplet: 49, 58 and 99. RGB value is (73,88,153). Sum of RGB (Red+Green+Blue) = 73+88+153=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #495899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495899 is #B6A766. Grayscale: #5A5A5A. Windows color (decimal): -11970407 or 10049609. OLE color: 10049609.

HSL color Cylindrical-coordinate representation of color #495899: hue angle of 228.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495899 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 88 153 -
CMYK 0.52 0.42 0 0.4
HSL 228.75º 0.35% 0.44% -
HSV(B) 228.75º 0.52% 0.6% -
XYZ 11.99 10.7 31.57 -
YUV 90.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 73 88 153 0.52 0.42 0 0.4 228.75 0.35 0.44
Hex 49 58 99 34 2A 0 28 E5 23 2C
Octal 111 130 231 64 52 0 50 345 43 54
Binary 1001001 1011000 10011001 110100 101010 0 101000 11100101 100011 101100

Color Harmonies of #495899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495899

Black with #495899

Text Example


Text Example

White with #495899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495899; }

 p { color: rgb(73,88,153); }

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

background-color css

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

 a { background-color: rgb(73,88,153); }

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

border-color css

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

 span { border-color: rgb(73,88,153); }

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