Html Css Color HEX #495D9F Mariner

📋 copy color: '#495D9F'

red 73 ◦ green 93 ◦ blue 159

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

Shades of Mariner #495D9F

Tints of Mariner #495D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 22.46%
G = 28.62%
B = 48.92%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#495D9F (or 0x495D9F) is known color: Mariner. HEX triplet: 49, 5D and 9F. RGB value is (73,93,159). Sum of RGB (Red+Green+Blue) = 73+93+159=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #495D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D9F is #B6A260. Grayscale: #5E5E5E. Windows color (decimal): -11969121 or 10444105. OLE color: 10444105.

HSL color Cylindrical-coordinate representation of color #495D9F: hue angle of 226.05º 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 #495D9F is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 93 159 -
CMYK 0.54 0.42 0 0.38
HSL 226.05º 0.37% 0.45% -
HSV(B) 226.05º 0.54% 0.62% -
XYZ 12.92 11.75 34.39 -
YUV 94.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 73 93 159 0.54 0.42 0 0.38 226.05 0.37 0.45
Hex 49 5D 9F 36 2A 0 26 E2 25 2D
Octal 111 135 237 66 52 0 46 342 45 55
Binary 1001001 1011101 10011111 110110 101010 0 100110 11100010 100101 101101

Color Harmonies of #495D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D9F

Black with #495D9F

Text Example


Text Example

White with #495D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,159); }

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

background-color css

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

 a { background-color: rgb(73,93,159); }

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

border-color css

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

 span { border-color: rgb(73,93,159); }

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