#495298

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

Shades of Governor Bay #495298

Tints of Governor Bay #495298

Color information

#495298 (or 0x495298) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 98. RGB value is (73,82,152). Sum of RGB (Red+Green+Blue) = 73+82+152=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #495298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495298 is #B6AD67. Grayscale: #575757. Windows color (decimal): -11971944 or 9982537. OLE color: 9982537.

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

Color convert

RGB7382152-
CMYK0.520.4600.40
HSL233.16º35.11%44.12%-
HSV(B)233.16º51.97%59.61%-
XYZ11.439.7230.98-
YUV87.29164.52117.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=23.78%
G=26.71%
B=49.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73821520.520.4600.40233.1635.1144.12
Hex495298342E028e9232c
Octal11112223064560503514354
Binary1001001101001010011000110100101110010100011101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495298; }

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

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

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

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

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

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

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

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