Html Css Color HEX #495F91 Mariner

📋 copy color: '#495F91'

red 73 ◦ green 95 ◦ blue 145

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

Shades of Mariner #495F91

Tints of Mariner #495F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 23.32%
G = 30.35%
B = 46.33%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#495F91 (or 0x495F91) is known color: Mariner. HEX triplet: 49, 5F and 91. RGB value is (73,95,145). Sum of RGB (Red+Green+Blue) = 73+95+145=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #495F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F91 is #B6A06E. Grayscale: #5D5D5D. Windows color (decimal): -11968623 or 9527113. OLE color: 9527113.

HSL color Cylindrical-coordinate representation of color #495F91: hue angle of 221.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495F91 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 95 145 -
CMYK 0.50 0.34 0 0.43
HSL 221.67º 0.33% 0.43% -
HSV(B) 221.67º 0.5% 0.57% -
XYZ 11.95 11.65 28.41 -
YUV 94.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 73 95 145 0.50 0.34 0 0.43 221.67 0.33 0.43
Hex 49 5F 91 32 22 0 2B DE 21 2B
Octal 111 137 221 62 42 0 53 336 41 53
Binary 1001001 1011111 10010001 110010 100010 0 101011 11011110 100001 101011

Color Harmonies of #495F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F91

Black with #495F91

Text Example


Text Example

White with #495F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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