Html Css Color HEX #495099 Governor Bay

📋 copy color: '#495099'

red 73 ◦ green 80 ◦ blue 153

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

Shades of Governor Bay #495099

Tints of Governor Bay #495099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 23.86%
G = 26.14%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#495099 (or 0x495099) is known color: Governor Bay. HEX triplet: 49, 50 and 99. RGB value is (73,80,153). Sum of RGB (Red+Green+Blue) = 73+80+153=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #495099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495099 is #B6AF66. Grayscale: #555555. Windows color (decimal): -11972455 or 10047561. OLE color: 10047561.

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

Color convert

RGB 73 80 153 -
CMYK 0.52 0.48 0 0.4
HSL 234.75º 0.35% 0.44% -
HSV(B) 234.75º 0.52% 0.6% -
XYZ 11.37 9.45 31.36 -
YUV 86.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 73 80 153 0.52 0.48 0 0.4 234.75 0.35 0.44
Hex 49 50 99 34 30 0 28 EB 23 2C
Octal 111 120 231 64 60 0 50 353 43 54
Binary 1001001 1010000 10011001 110100 110000 0 101000 11101011 100011 101100

Color Harmonies of #495099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495099

Black with #495099

Text Example


Text Example

White with #495099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495099; }

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

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

background-color css

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

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

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

border-color css

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

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

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