Html Css Color HEX #495195 Governor Bay

📋 copy color: '#495195'

red 73 ◦ green 81 ◦ blue 149

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

Shades of Governor Bay #495195

Tints of Governor Bay #495195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 24.09%
G = 26.73%
B = 49.17%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495195 (or 0x495195) is known color: Governor Bay. HEX triplet: 49, 51 and 95. RGB value is (73,81,149). Sum of RGB (Red+Green+Blue) = 73+81+149=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #495195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495195 is #B6AE6A. Grayscale: #565656. Windows color (decimal): -11972203 or 9785673. OLE color: 9785673.

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

Color convert

RGB 73 81 149 -
CMYK 0.51 0.46 0 0.42
HSL 233.68º 0.34% 0.44% -
HSV(B) 233.68º 0.51% 0.58% -
XYZ 11.11 9.47 29.68 -
YUV 86.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 73 81 149 0.51 0.46 0 0.42 233.68 0.34 0.44
Hex 49 51 95 33 2E 0 2A EA 22 2C
Octal 111 121 225 63 56 0 52 352 42 54
Binary 1001001 1010001 10010101 110011 101110 0 101010 11101010 100010 101100

Color Harmonies of #495195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495195

Black with #495195

Text Example


Text Example

White with #495195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495195; }

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

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

background-color css

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

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

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

border-color css

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

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

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