Html Css Color HEX #495491 Governor Bay

📋 copy color: '#495491'

red 73 ◦ green 84 ◦ blue 145

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

Shades of Governor Bay #495491

Tints of Governor Bay #495491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 24.17%
G = 27.81%
B = 48.01%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#495491 (or 0x495491) is known color: Governor Bay. HEX triplet: 49, 54 and 91. RGB value is (73,84,145). Sum of RGB (Red+Green+Blue) = 73+84+145=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #495491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495491 is #B6AB6E. Grayscale: #575757. Windows color (decimal): -11971439 or 9524297. OLE color: 9524297.

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

Color convert

RGB 73 84 145 -
CMYK 0.50 0.42 0 0.43
HSL 230.83º 0.33% 0.43% -
HSV(B) 230.83º 0.5% 0.57% -
XYZ 11.03 9.8 28.1 -
YUV 87.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 73 84 145 0.50 0.42 0 0.43 230.83 0.33 0.43
Hex 49 54 91 32 2A 0 2B E7 21 2B
Octal 111 124 221 62 52 0 53 347 41 53
Binary 1001001 1010100 10010001 110010 101010 0 101011 11100111 100001 101011

Color Harmonies of #495491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495491

Black with #495491

Text Example


Text Example

White with #495491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495491; }

 p { color: rgb(73,84,145); }

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

background-color css

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

 a { background-color: rgb(73,84,145); }

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

border-color css

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

 span { border-color: rgb(73,84,145); }

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