Html Css Color HEX #495FA9 Mariner

📋 copy color: '#495FA9'

red 73 ◦ green 95 ◦ blue 169

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

Shades of Mariner #495FA9

Tints of Mariner #495FA9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 169 (66.41% from 255) = 50.15%

R = 21.66%
G = 28.19%
B = 50.15%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#495FA9 (or 0x495FA9) is known color: Mariner. HEX triplet: 49, 5F and A9. RGB value is (73,95,169). Sum of RGB (Red+Green+Blue) = 73+95+169=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #495FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FA9 is #B6A056. Grayscale: #606060. Windows color (decimal): -11968599 or 11099977. OLE color: 11099977.

HSL color Cylindrical-coordinate representation of color #495FA9: hue angle of 226.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495FA9 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 95 169 -
CMYK 0.57 0.44 0 0.34
HSL 226.25º 0.4% 0.47% -
HSV(B) 226.25º 0.57% 0.66% -
XYZ 14 12.47 39.2 -
YUV 96.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 73 95 169 0.57 0.44 0 0.34 226.25 0.4 0.47
Hex 49 5F A9 39 2C 0 22 E2 28 2F
Octal 111 137 251 71 54 0 42 342 50 57
Binary 1001001 1011111 10101001 111001 101100 0 100010 11100010 101000 101111

Color Harmonies of #495FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FA9

Black with #495FA9

Text Example


Text Example

White with #495FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,95,169); }

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

background-color css

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

 a { background-color: rgb(73,95,169); }

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

border-color css

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

 span { border-color: rgb(73,95,169); }

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