Html Css Color HEX #495EA1 Mariner

📋 copy color: '#495EA1'

red 73 ◦ green 94 ◦ blue 161

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

Shades of Mariner #495EA1

Tints of Mariner #495EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 49.09%

R = 22.26%
G = 28.66%
B = 49.09%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#495EA1 (or 0x495EA1) is known color: Mariner. HEX triplet: 49, 5E and A1. RGB value is (73,94,161). Sum of RGB (Red+Green+Blue) = 73+94+161=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 161 - color contains mainly: blue. Hex color #495EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495EA1 is #B6A15E. Grayscale: #5F5F5F. Windows color (decimal): -11968863 or 10575433. OLE color: 10575433.

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

Color convert

RGB 73 94 161 -
CMYK 0.55 0.42 0 0.37
HSL 225.68º 0.38% 0.46% -
HSV(B) 225.68º 0.55% 0.63% -
XYZ 13.18 12 35.34 -
YUV 95.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 73 94 161 0.55 0.42 0 0.37 225.68 0.38 0.46
Hex 49 5E A1 37 2A 0 25 E2 26 2E
Octal 111 136 241 67 52 0 45 342 46 56
Binary 1001001 1011110 10100001 110111 101010 0 100101 11100010 100110 101110

Color Harmonies of #495EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EA1

Black with #495EA1

Text Example


Text Example

White with #495EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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