Html Css Color HEX #495197 Governor Bay

📋 copy color: '#495197'

red 73 ◦ green 81 ◦ blue 151

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

Shades of Governor Bay #495197

Tints of Governor Bay #495197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 23.93%
G = 26.56%
B = 49.51%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495197 (or 0x495197) is known color: Governor Bay. HEX triplet: 49, 51 and 97. RGB value is (73,81,151). Sum of RGB (Red+Green+Blue) = 73+81+151=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #495197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495197 is #B6AE68. Grayscale: #565656. Windows color (decimal): -11972201 or 9916745. OLE color: 9916745.

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

Color convert

RGB 73 81 151 -
CMYK 0.52 0.46 0 0.41
HSL 233.85º 0.35% 0.44% -
HSV(B) 233.85º 0.52% 0.59% -
XYZ 11.28 9.54 30.52 -
YUV 86.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 73 81 151 0.52 0.46 0 0.41 233.85 0.35 0.44
Hex 49 51 97 34 2E 0 29 EA 23 2C
Octal 111 121 227 64 56 0 51 352 43 54
Binary 1001001 1010001 10010111 110100 101110 0 101001 11101010 100011 101100

Color Harmonies of #495197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495197

Black with #495197

Text Example


Text Example

White with #495197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495197; }

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

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

background-color css

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

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

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

border-color css

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

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

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