Html Css Color HEX #495F99 Mariner

📋 copy color: '#495F99'

red 73 ◦ green 95 ◦ blue 153

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

Shades of Mariner #495F99

Tints of Mariner #495F99

RGB

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

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

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

R = 22.74%
G = 29.6%
B = 47.66%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#495F99 (or 0x495F99) is known color: Mariner. HEX triplet: 49, 5F and 99. RGB value is (73,95,153). Sum of RGB (Red+Green+Blue) = 73+95+153=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #495F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F99 is #B6A066. Grayscale: #5E5E5E. Windows color (decimal): -11968615 or 10051401. OLE color: 10051401.

HSL color Cylindrical-coordinate representation of color #495F99: hue angle of 223.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 #495F99 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 95 153 -
CMYK 0.52 0.38 0 0.4
HSL 223.5º 0.35% 0.44% -
HSV(B) 223.5º 0.52% 0.6% -
XYZ 12.59 11.9 31.77 -
YUV 95.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 73 95 153 0.52 0.38 0 0.4 223.5 0.35 0.44
Hex 49 5F 99 34 26 0 28 E0 23 2C
Octal 111 137 231 64 46 0 50 340 43 54
Binary 1001001 1011111 10011001 110100 100110 0 101000 11100000 100011 101100

Color Harmonies of #495F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F99

Black with #495F99

Text Example


Text Example

White with #495F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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