Html Css Color HEX #495694 Governor Bay

📋 copy color: '#495694'

red 73 ◦ green 86 ◦ blue 148

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

Shades of Governor Bay #495694

Tints of Governor Bay #495694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 23.78%
G = 28.01%
B = 48.21%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495694 (or 0x495694) is known color: Governor Bay. HEX triplet: 49, 56 and 94. RGB value is (73,86,148). Sum of RGB (Red+Green+Blue) = 73+86+148=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #495694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495694 is #B6A96B. Grayscale: #585858. Windows color (decimal): -11970924 or 9721417. OLE color: 9721417.

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

Color convert

RGB 73 86 148 -
CMYK 0.51 0.42 0 0.42
HSL 229.6º 0.34% 0.43% -
HSV(B) 229.6º 0.51% 0.58% -
XYZ 11.42 10.21 29.39 -
YUV 89.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 73 86 148 0.51 0.42 0 0.42 229.6 0.34 0.43
Hex 49 56 94 33 2A 0 2A E6 22 2B
Octal 111 126 224 63 52 0 52 346 42 53
Binary 1001001 1010110 10010100 110011 101010 0 101010 11100110 100010 101011

Color Harmonies of #495694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495694

Black with #495694

Text Example


Text Example

White with #495694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495694; }

 p { color: rgb(73,86,148); }

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

background-color css

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

 a { background-color: rgb(73,86,148); }

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

border-color css

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

 span { border-color: rgb(73,86,148); }

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