Html Css Color HEX #495193 Governor Bay

📋 copy color: '#495193'

red 73 ◦ green 81 ◦ blue 147

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

Shades of Governor Bay #495193

Tints of Governor Bay #495193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 24.25%
G = 26.91%
B = 48.84%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495193 (or 0x495193) is known color: Governor Bay. HEX triplet: 49, 51 and 93. RGB value is (73,81,147). Sum of RGB (Red+Green+Blue) = 73+81+147=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #495193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495193 is #B6AE6C. Grayscale: #555555. Windows color (decimal): -11972205 or 9654601. OLE color: 9654601.

HSL color Cylindrical-coordinate representation of color #495193: hue angle of 233.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495193 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 81 147 -
CMYK 0.50 0.45 0 0.42
HSL 233.51º 0.34% 0.43% -
HSV(B) 233.51º 0.5% 0.58% -
XYZ 10.96 9.41 28.84 -
YUV 86.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 73 81 147 0.50 0.45 0 0.42 233.51 0.34 0.43
Hex 49 51 93 32 2D 0 2A EA 22 2B
Octal 111 121 223 62 55 0 52 352 42 53
Binary 1001001 1010001 10010011 110010 101101 0 101010 11101010 100010 101011

Color Harmonies of #495193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495193

Black with #495193

Text Example


Text Example

White with #495193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495193; }

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

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

background-color css

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

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

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

border-color css

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

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

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