Html Css Color HEX #495598 Governor Bay

📋 copy color: '#495598'

red 73 ◦ green 85 ◦ blue 152

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

Shades of Governor Bay #495598

Tints of Governor Bay #495598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 23.55%
G = 27.42%
B = 49.03%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#495598 (or 0x495598) is known color: Governor Bay. HEX triplet: 49, 55 and 98. RGB value is (73,85,152). Sum of RGB (Red+Green+Blue) = 73+85+152=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #495598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495598 is #B6AA67. Grayscale: #585858. Windows color (decimal): -11971176 or 9983305. OLE color: 9983305.

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

Color convert

RGB 73 85 152 -
CMYK 0.52 0.44 0 0.40
HSL 230.89º 0.35% 0.44% -
HSV(B) 230.89º 0.52% 0.6% -
XYZ 11.66 10.18 31.06 -
YUV 89.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 73 85 152 0.52 0.44 0 0.40 230.89 0.35 0.44
Hex 49 55 98 34 2C 0 28 E7 23 2C
Octal 111 125 230 64 54 0 50 347 43 54
Binary 1001001 1010101 10011000 110100 101100 0 101000 11100111 100011 101100

Color Harmonies of #495598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495598

Black with #495598

Text Example


Text Example

White with #495598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495598; }

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

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

background-color css

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

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

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

border-color css

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

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

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