Html Css Color HEX #495E90 Mariner

📋 copy color: '#495E90'

red 73 ◦ green 94 ◦ blue 144

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

Shades of Mariner #495E90

Tints of Mariner #495E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 23.47%
G = 30.23%
B = 46.3%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#495E90 (or 0x495E90) is known color: Mariner. HEX triplet: 49, 5E and 90. RGB value is (73,94,144). Sum of RGB (Red+Green+Blue) = 73+94+144=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #495E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E90 is #B6A16F. Grayscale: #5D5D5D. Windows color (decimal): -11968880 or 9461321. OLE color: 9461321.

HSL color Cylindrical-coordinate representation of color #495E90: hue angle of 222.25º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495E90 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 94 144 -
CMYK 0.49 0.35 0 0.44
HSL 222.25º 0.33% 0.43% -
HSV(B) 222.25º 0.49% 0.56% -
XYZ 11.78 11.44 27.97 -
YUV 93.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 73 94 144 0.49 0.35 0 0.44 222.25 0.33 0.43
Hex 49 5E 90 31 23 0 2C DE 21 2B
Octal 111 136 220 61 43 0 54 336 41 53
Binary 1001001 1011110 10010000 110001 100011 0 101100 11011110 100001 101011

Color Harmonies of #495E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E90

Black with #495E90

Text Example


Text Example

White with #495E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,144); }

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

background-color css

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

 a { background-color: rgb(73,94,144); }

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

border-color css

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

 span { border-color: rgb(73,94,144); }

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