Html Css Color HEX #495593 Governor Bay

📋 copy color: '#495593'

red 73 ◦ green 85 ◦ blue 147

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

Shades of Governor Bay #495593

Tints of Governor Bay #495593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 23.93%
G = 27.87%
B = 48.2%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495593 (or 0x495593) is known color: Governor Bay. HEX triplet: 49, 55 and 93. RGB value is (73,85,147). Sum of RGB (Red+Green+Blue) = 73+85+147=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #495593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495593 is #B6AA6C. Grayscale: #585858. Windows color (decimal): -11971181 or 9655625. OLE color: 9655625.

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

Color convert

RGB 73 85 147 -
CMYK 0.50 0.42 0 0.42
HSL 230.27º 0.34% 0.43% -
HSV(B) 230.27º 0.5% 0.58% -
XYZ 11.26 10.02 28.94 -
YUV 88.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 73 85 147 0.50 0.42 0 0.42 230.27 0.34 0.43
Hex 49 55 93 32 2A 0 2A E6 22 2B
Octal 111 125 223 62 52 0 52 346 42 53
Binary 1001001 1010101 10010011 110010 101010 0 101010 11100110 100010 101011

Color Harmonies of #495593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495593

Black with #495593

Text Example


Text Example

White with #495593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495593; }

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

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

background-color css

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

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

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

border-color css

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

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

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