Html Css Color HEX #495E98 Mariner

📋 copy color: '#495E98'

red 73 ◦ green 94 ◦ blue 152

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

Shades of Mariner #495E98

Tints of Mariner #495E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 22.88%
G = 29.47%
B = 47.65%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#495E98 (or 0x495E98) is known color: Mariner. HEX triplet: 49, 5E and 98. RGB value is (73,94,152). Sum of RGB (Red+Green+Blue) = 73+94+152=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #495E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E98 is #B6A167. Grayscale: #5E5E5E. Windows color (decimal): -11968872 or 9985609. OLE color: 9985609.

HSL color Cylindrical-coordinate representation of color #495E98: hue angle of 224.05º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495E98 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 94 152 -
CMYK 0.52 0.38 0 0.40
HSL 224.05º 0.35% 0.44% -
HSV(B) 224.05º 0.52% 0.6% -
XYZ 12.42 11.69 31.31 -
YUV 94.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 73 94 152 0.52 0.38 0 0.40 224.05 0.35 0.44
Hex 49 5E 98 34 26 0 28 E0 23 2C
Octal 111 136 230 64 46 0 50 340 43 54
Binary 1001001 1011110 10011000 110100 100110 0 101000 11100000 100011 101100

Color Harmonies of #495E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E98

Black with #495E98

Text Example


Text Example

White with #495E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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