Html Css Color HEX #495D9B Mariner

📋 copy color: '#495D9B'

red 73 ◦ green 93 ◦ blue 155

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

Shades of Mariner #495D9B

Tints of Mariner #495D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 22.74%
G = 28.97%
B = 48.29%

CMYK

 C value IS 0.53

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#495D9B (or 0x495D9B) is known color: Mariner. HEX triplet: 49, 5D and 9B. RGB value is (73,93,155). Sum of RGB (Red+Green+Blue) = 73+93+155=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #495D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D9B is #B6A264. Grayscale: #5D5D5D. Windows color (decimal): -11969125 or 10181961. OLE color: 10181961.

HSL color Cylindrical-coordinate representation of color #495D9B: hue angle of 225.37º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495D9B is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 93 155 -
CMYK 0.53 0.4 0 0.39
HSL 225.37º 0.36% 0.45% -
HSV(B) 225.37º 0.53% 0.61% -
XYZ 12.58 11.61 32.59 -
YUV 94.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 73 93 155 0.53 0.4 0 0.39 225.37 0.36 0.45
Hex 49 5D 9B 35 28 0 27 E1 24 2D
Octal 111 135 233 65 50 0 47 341 44 55
Binary 1001001 1011101 10011011 110101 101000 0 100111 11100001 100100 101101

Color Harmonies of #495D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D9B

Black with #495D9B

Text Example


Text Example

White with #495D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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