#496BB3

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

Shades of Mariner #496BB3

Tints of Mariner #496BB3

Color information

#496BB3 (or 0x496BB3) is unknown color: approx Mariner. HEX triplet: 49, 6B and B3. RGB value is (73,107,179). Sum of RGB (Red+Green+Blue) = 73+107+179=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #496BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BB3 is #B6944C. Grayscale: #686868. Windows color (decimal): -11965517 or 11758409. OLE color: 11758409.

HSL color Cylindrical-coordinate representation of color #496BB3: hue angle of 220.75º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #496BB3 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB73107179-
CMYK0.590.4000.30
HSL220.75º42.06%49.41%-
HSV(B)220.75º59.22%70.2%-
XYZ16.1415.1944.73-
YUV105.04169.74105.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=20.33%
G=29.81%
B=49.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731071790.590.4000.30220.7542.0649.41
Hex496BB33B2801Edd2a31
Octal11115326373500363355261
Binary100100111010111011001111101110100001111011011101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496BB3; }

 p { color: rgb(73,107,179); }

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

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

 a { background-color: rgb(73,107,179); }

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

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

 span { border-color: rgb(73,107,179); }

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