Html Css Color HEX #495E96 Mariner

📋 copy color: '#495E96'

red 73 ◦ green 94 ◦ blue 150

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

Shades of Mariner #495E96

Tints of Mariner #495E96

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 23.03%
G = 29.65%
B = 47.32%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495E96 (or 0x495E96) is known color: Mariner. HEX triplet: 49, 5E and 96. RGB value is (73,94,150). Sum of RGB (Red+Green+Blue) = 73+94+150=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #495E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E96 is #B6A169. Grayscale: #5D5D5D. Windows color (decimal): -11968874 or 9854537. OLE color: 9854537.

HSL color Cylindrical-coordinate representation of color #495E96: hue angle of 223.64º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495E96 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 94 150 -
CMYK 0.51 0.37 0 0.41
HSL 223.64º 0.35% 0.44% -
HSV(B) 223.64º 0.51% 0.59% -
XYZ 12.26 11.62 30.45 -
YUV 94.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 73 94 150 0.51 0.37 0 0.41 223.64 0.35 0.44
Hex 49 5E 96 33 25 0 29 E0 23 2C
Octal 111 136 226 63 45 0 51 340 43 54
Binary 1001001 1011110 10010110 110011 100101 0 101001 11100000 100011 101100

Color Harmonies of #495E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E96

Black with #495E96

Text Example


Text Example

White with #495E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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