Html Css Color HEX #495B99 Mariner

📋 copy color: '#495B99'

red 73 ◦ green 91 ◦ blue 153

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

Shades of Mariner #495B99

Tints of Mariner #495B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 23.03%
G = 28.71%
B = 48.26%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#495B99 (or 0x495B99) is known color: Mariner. HEX triplet: 49, 5B and 99. RGB value is (73,91,153). Sum of RGB (Red+Green+Blue) = 73+91+153=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #495B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B99 is #B6A466. Grayscale: #5C5C5C. Windows color (decimal): -11969639 or 10050377. OLE color: 10050377.

HSL color Cylindrical-coordinate representation of color #495B99: hue angle of 226.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495B99 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 91 153 -
CMYK 0.52 0.41 0 0.4
HSL 226.5º 0.35% 0.44% -
HSV(B) 226.5º 0.52% 0.6% -
XYZ 12.24 11.2 31.65 -
YUV 92.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 73 91 153 0.52 0.41 0 0.4 226.5 0.35 0.44
Hex 49 5B 99 34 29 0 28 E2 23 2C
Octal 111 133 231 64 51 0 50 342 43 54
Binary 1001001 1011011 10011001 110100 101001 0 101000 11100010 100011 101100

Color Harmonies of #495B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B99

Black with #495B99

Text Example


Text Example

White with #495B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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