Html Css Color HEX #495C95 Mariner

📋 copy color: '#495C95'

red 73 ◦ green 92 ◦ blue 149

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

Shades of Mariner #495C95

Tints of Mariner #495C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 23.25%
G = 29.3%
B = 47.45%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495C95 (or 0x495C95) is known color: Mariner. HEX triplet: 49, 5C and 95. RGB value is (73,92,149). Sum of RGB (Red+Green+Blue) = 73+92+149=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #495C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C95 is #B6A36A. Grayscale: #5C5C5C. Windows color (decimal): -11969387 or 9788489. OLE color: 9788489.

HSL color Cylindrical-coordinate representation of color #495C95: hue angle of 225º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495C95 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 92 149 -
CMYK 0.51 0.38 0 0.42
HSL 225º 0.34% 0.44% -
HSV(B) 225º 0.51% 0.58% -
XYZ 12 11.24 29.97 -
YUV 92.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 73 92 149 0.51 0.38 0 0.42 225 0.34 0.44
Hex 49 5C 95 33 26 0 2A E1 22 2C
Octal 111 134 225 63 46 0 52 341 42 54
Binary 1001001 1011100 10010101 110011 100110 0 101010 11100001 100010 101100

Color Harmonies of #495C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C95

Black with #495C95

Text Example


Text Example

White with #495C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,149); }

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

background-color css

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

 a { background-color: rgb(73,92,149); }

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

border-color css

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

 span { border-color: rgb(73,92,149); }

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