Html Css Color HEX #495895 Governor Bay

📋 copy color: '#495895'

red 73 ◦ green 88 ◦ blue 149

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

Shades of Governor Bay #495895

Tints of Governor Bay #495895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 23.55%
G = 28.39%
B = 48.06%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495895 (or 0x495895) is known color: Governor Bay. HEX triplet: 49, 58 and 95. RGB value is (73,88,149). Sum of RGB (Red+Green+Blue) = 73+88+149=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #495895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495895 is #B6A76A. Grayscale: #5A5A5A. Windows color (decimal): -11970411 or 9787465. OLE color: 9787465.

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

Color convert

RGB 73 88 149 -
CMYK 0.51 0.41 0 0.42
HSL 228.16º 0.34% 0.44% -
HSV(B) 228.16º 0.51% 0.58% -
XYZ 11.66 10.57 29.86 -
YUV 90.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 73 88 149 0.51 0.41 0 0.42 228.16 0.34 0.44
Hex 49 58 95 33 29 0 2A E4 22 2C
Octal 111 130 225 63 51 0 52 344 42 54
Binary 1001001 1011000 10010101 110011 101001 0 101010 11100100 100010 101100

Color Harmonies of #495895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495895

Black with #495895

Text Example


Text Example

White with #495895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495895; }

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

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

background-color css

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

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

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

border-color css

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

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

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