Html Css Color HEX #495C92 Mariner

📋 copy color: '#495C92'

red 73 ◦ green 92 ◦ blue 146

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

Shades of Mariner #495C92

Tints of Mariner #495C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 23.47%
G = 29.58%
B = 46.95%

CMYK

 C value IS 0.5

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#495C92 (or 0x495C92) is known color: Mariner. HEX triplet: 49, 5C and 92. RGB value is (73,92,146). Sum of RGB (Red+Green+Blue) = 73+92+146=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #495C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C92 is #B6A36D. Grayscale: #5C5C5C. Windows color (decimal): -11969390 or 9591881. OLE color: 9591881.

HSL color Cylindrical-coordinate representation of color #495C92: hue angle of 224.38º 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 #495C92 is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 92 146 -
CMYK 0.5 0.37 0 0.43
HSL 224.38º 0.33% 0.43% -
HSV(B) 224.38º 0.5% 0.57% -
XYZ 11.76 11.15 28.73 -
YUV 92.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 73 92 146 0.5 0.37 0 0.43 224.38 0.33 0.43
Hex 49 5C 92 32 25 0 2B E0 21 2B
Octal 111 134 222 62 45 0 53 340 41 53
Binary 1001001 1011100 10010010 110010 100101 0 101011 11100000 100001 101011

Color Harmonies of #495C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C92

Black with #495C92

Text Example


Text Example

White with #495C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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