#495EA4

Color #495EA4 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #495EA4

Tints of Mariner #495EA4

Color information

#495EA4 (or 0x495EA4) is unknown color: approx Mariner. HEX triplet: 49, 5E and A4. RGB value is (73,94,164). Sum of RGB (Red+Green+Blue) = 73+94+164=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #495EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495EA4 is #B6A15B. Grayscale: #5F5F5F. Windows color (decimal): -11968860 or 10772041. OLE color: 10772041.

HSL color Cylindrical-coordinate representation of color #495EA4: hue angle of 226.15º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495EA4 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7394164-
CMYK0.550.4300.36
HSL226.15º38.4%46.47%-
HSV(B)226.15º55.49%64.31%-
XYZ13.4512.136.75-
YUV95.7166.54111.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 164 (64.45% from 255) = 49.55%
R=22.05%
G=28.40%
B=49.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73941640.550.4300.36226.1538.446.47
Hex495EA4372B024e2262e
Octal11113624467530443424656
Binary1001001101111010100100110111101011010010011100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495EA4; }

 p { color: rgb(73,94,164); }

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

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

 a { background-color: rgb(73,94,164); }

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

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

 span { border-color: rgb(73,94,164); }

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