Html Css Color HEX #496194 Mariner

📋 copy color: '#496194'

red 73 ◦ green 97 ◦ blue 148

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

Shades of Mariner #496194

Tints of Mariner #496194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 22.96%
G = 30.5%
B = 46.54%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496194 (or 0x496194) is known color: Mariner. HEX triplet: 49, 61 and 94. RGB value is (73,97,148). Sum of RGB (Red+Green+Blue) = 73+97+148=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #496194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496194 is #B69E6B. Grayscale: #5F5F5F. Windows color (decimal): -11968108 or 9724233. OLE color: 9724233.

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

Color convert

RGB 73 97 148 -
CMYK 0.51 0.34 0 0.42
HSL 220.8º 0.34% 0.43% -
HSV(B) 220.8º 0.51% 0.58% -
XYZ 12.37 12.1 29.7 -
YUV 95.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 73 97 148 0.51 0.34 0 0.42 220.8 0.34 0.43
Hex 49 61 94 33 22 0 2A DD 22 2B
Octal 111 141 224 63 42 0 52 335 42 53
Binary 1001001 1100001 10010100 110011 100010 0 101010 11011101 100010 101011

Color Harmonies of #496194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496194

Black with #496194

Text Example


Text Example

White with #496194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496194; }

 p { color: rgb(73,97,148); }

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

background-color css

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

 a { background-color: rgb(73,97,148); }

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

border-color css

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

 span { border-color: rgb(73,97,148); }

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