Html Css Color HEX #495698 Governor Bay

📋 copy color: '#495698'

red 73 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #495698

Tints of Governor Bay #495698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.87%

R = 23.47%
G = 27.65%
B = 48.87%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#495698 (or 0x495698) is known color: Governor Bay. HEX triplet: 49, 56 and 98. RGB value is (73,86,152). Sum of RGB (Red+Green+Blue) = 73+86+152=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #495698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495698 is #B6A967. Grayscale: #595959. Windows color (decimal): -11970920 or 9983561. OLE color: 9983561.

HSL color Cylindrical-coordinate representation of color #495698: hue angle of 230.13º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495698 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 86 152 -
CMYK 0.52 0.43 0 0.40
HSL 230.13º 0.35% 0.44% -
HSV(B) 230.13º 0.52% 0.6% -
XYZ 11.74 10.34 31.08 -
YUV 89.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 73 86 152 0.52 0.43 0 0.40 230.13 0.35 0.44
Hex 49 56 98 34 2B 0 28 E6 23 2C
Octal 111 126 230 64 53 0 50 346 43 54
Binary 1001001 1010110 10011000 110100 101011 0 101000 11100110 100011 101100

Color Harmonies of #495698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495698

Black with #495698

Text Example


Text Example

White with #495698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495698; }

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

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

background-color css

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

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

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

border-color css

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

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

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