Html Css Color HEX #495993 Governor Bay

📋 copy color: '#495993'

red 73 ◦ green 89 ◦ blue 147

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

Shades of Governor Bay #495993

Tints of Governor Bay #495993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

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

R = 23.62%
G = 28.8%
B = 47.57%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495993 (or 0x495993) is known color: Governor Bay. HEX triplet: 49, 59 and 93. RGB value is (73,89,147). Sum of RGB (Red+Green+Blue) = 73+89+147=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #495993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495993 is #B6A66C. Grayscale: #5A5A5A. Windows color (decimal): -11970157 or 9656649. OLE color: 9656649.

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

Color convert

RGB 73 89 147 -
CMYK 0.50 0.39 0 0.42
HSL 227.03º 0.34% 0.43% -
HSV(B) 227.03º 0.5% 0.58% -
XYZ 11.59 10.67 29.05 -
YUV 90.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 73 89 147 0.50 0.39 0 0.42 227.03 0.34 0.43
Hex 49 59 93 32 27 0 2A E3 22 2B
Octal 111 131 223 62 47 0 52 343 42 53
Binary 1001001 1011001 10010011 110010 100111 0 101010 11100011 100010 101011

Color Harmonies of #495993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495993

Black with #495993

Text Example


Text Example

White with #495993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495993; }

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

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

background-color css

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

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

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

border-color css

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

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

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