Html Css Color HEX #495B9D Mariner

📋 copy color: '#495B9D'

red 73 ◦ green 91 ◦ blue 157

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

Shades of Mariner #495B9D

Tints of Mariner #495B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 22.74%
G = 28.35%
B = 48.91%

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

#495B9D (or 0x495B9D) is known color: Mariner. HEX triplet: 49, 5B and 9D. RGB value is (73,91,157). Sum of RGB (Red+Green+Blue) = 73+91+157=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #495B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B9D is #B6A462. Grayscale: #5C5C5C. Windows color (decimal): -11969635 or 10312521. OLE color: 10312521.

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

Color convert

RGB 73 91 157 -
CMYK 0.54 0.42 0 0.38
HSL 227.14º 0.37% 0.45% -
HSV(B) 227.14º 0.54% 0.62% -
XYZ 12.57 11.33 33.42 -
YUV 93.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 73 91 157 0.54 0.42 0 0.38 227.14 0.37 0.45
Hex 49 5B 9D 36 2A 0 26 E3 25 2D
Octal 111 133 235 66 52 0 46 343 45 55
Binary 1001001 1011011 10011101 110110 101010 0 100110 11100011 100101 101101

Color Harmonies of #495B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B9D

Black with #495B9D

Text Example


Text Example

White with #495B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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