Html Css Color HEX #495498 Governor Bay

📋 copy color: '#495498'

red 73 ◦ green 84 ◦ blue 152

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

Shades of Governor Bay #495498

Tints of Governor Bay #495498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 23.62%
G = 27.18%
B = 49.19%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#495498 (or 0x495498) is known color: Governor Bay. HEX triplet: 49, 54 and 98. RGB value is (73,84,152). Sum of RGB (Red+Green+Blue) = 73+84+152=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #495498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495498 is #B6AB67. Grayscale: #585858. Windows color (decimal): -11971432 or 9983049. OLE color: 9983049.

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

Color convert

RGB 73 84 152 -
CMYK 0.52 0.45 0 0.40
HSL 231.65º 0.35% 0.44% -
HSV(B) 231.65º 0.52% 0.6% -
XYZ 11.59 10.02 31.03 -
YUV 88.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 73 84 152 0.52 0.45 0 0.40 231.65 0.35 0.44
Hex 49 54 98 34 2D 0 28 E8 23 2C
Octal 111 124 230 64 55 0 50 350 43 54
Binary 1001001 1010100 10011000 110100 101101 0 101000 11101000 100011 101100

Color Harmonies of #495498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495498

Black with #495498

Text Example


Text Example

White with #495498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495498; }

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

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

background-color css

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

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

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

border-color css

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

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

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