Html Css Color HEX #495699 Governor Bay

📋 copy color: '#495699'

red 73 ◦ green 86 ◦ blue 153

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

Shades of Governor Bay #495699

Tints of Governor Bay #495699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 23.4%
G = 27.56%
B = 49.04%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#495699 (or 0x495699) is known color: Governor Bay. HEX triplet: 49, 56 and 99. RGB value is (73,86,153). Sum of RGB (Red+Green+Blue) = 73+86+153=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #495699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495699 is #B6A966. Grayscale: #595959. Windows color (decimal): -11970919 or 10049097. OLE color: 10049097.

HSL color Cylindrical-coordinate representation of color #495699: hue angle of 230.25º 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 #495699 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 86 153 -
CMYK 0.52 0.44 0 0.4
HSL 230.25º 0.35% 0.44% -
HSV(B) 230.25º 0.52% 0.6% -
XYZ 11.83 10.37 31.52 -
YUV 89.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 73 86 153 0.52 0.44 0 0.4 230.25 0.35 0.44
Hex 49 56 99 34 2C 0 28 E6 23 2C
Octal 111 126 231 64 54 0 50 346 43 54
Binary 1001001 1010110 10011001 110100 101100 0 101000 11100110 100011 101100

Color Harmonies of #495699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495699

Black with #495699

Text Example


Text Example

White with #495699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495699; }

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

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

background-color css

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

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

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

border-color css

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

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

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