#495098

Color #495098 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #495098

Tints of Governor Bay #495098

Color information

#495098 (or 0x495098) is unknown color: approx Governor Bay. HEX triplet: 49, 50 and 98. RGB value is (73,80,152). Sum of RGB (Red+Green+Blue) = 73+80+152=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #495098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495098 is #B6AF67. Grayscale: #555555. Windows color (decimal): -11972456 or 9982025. OLE color: 9982025.

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

Color convert

RGB7380152-
CMYK0.520.4700.40
HSL234.68º35.11%44.12%-
HSV(B)234.68º51.97%59.61%-
XYZ11.289.4230.93-
YUV86.12165.18118.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=23.93%
G=26.23%
B=49.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73801520.520.4700.40234.6835.1144.12
Hex495098342F028eb232c
Octal11112023064570503534354
Binary1001001101000010011000110100101111010100011101011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495098; }

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

 H1.HeaderClassName
 {
   color: #495098;
 }
 .AnyTagClassName
 {
   color: #495098;
 }
</style>
background-color css

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

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

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

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

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

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