Html Css Color HEX #495F9D Mariner

📋 copy color: '#495F9D'

red 73 ◦ green 95 ◦ blue 157

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

Shades of Mariner #495F9D

Tints of Mariner #495F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 22.46%
G = 29.23%
B = 48.31%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#495F9D (or 0x495F9D) is known color: Mariner. HEX triplet: 49, 5F and 9D. RGB value is (73,95,157). Sum of RGB (Red+Green+Blue) = 73+95+157=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #495F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F9D is #B6A062. Grayscale: #5F5F5F. Windows color (decimal): -11968611 or 10313545. OLE color: 10313545.

HSL color Cylindrical-coordinate representation of color #495F9D: hue angle of 224.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495F9D is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 95 157 -
CMYK 0.54 0.39 0 0.38
HSL 224.29º 0.37% 0.45% -
HSV(B) 224.29º 0.54% 0.62% -
XYZ 12.93 12.04 33.54 -
YUV 95.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 73 95 157 0.54 0.39 0 0.38 224.29 0.37 0.45
Hex 49 5F 9D 36 27 0 26 E0 25 2D
Octal 111 137 235 66 47 0 46 340 45 55
Binary 1001001 1011111 10011101 110110 100111 0 100110 11100000 100101 101101

Color Harmonies of #495F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F9D

Black with #495F9D

Text Example


Text Example

White with #495F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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