Html Css Color HEX #495F98 Mariner

📋 copy color: '#495F98'

red 73 ◦ green 95 ◦ blue 152

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

Shades of Mariner #495F98

Tints of Mariner #495F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

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

R = 22.81%
G = 29.69%
B = 47.5%

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

#495F98 (or 0x495F98) is known color: Mariner. HEX triplet: 49, 5F and 98. RGB value is (73,95,152). Sum of RGB (Red+Green+Blue) = 73+95+152=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #495F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F98 is #B6A067. Grayscale: #5E5E5E. Windows color (decimal): -11968616 or 9985865. OLE color: 9985865.

HSL color Cylindrical-coordinate representation of color #495F98: hue angle of 223.29º 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 #495F98 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 95 152 -
CMYK 0.52 0.38 0 0.40
HSL 223.29º 0.35% 0.44% -
HSV(B) 223.29º 0.52% 0.6% -
XYZ 12.51 11.87 31.34 -
YUV 94.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 73 95 152 0.52 0.38 0 0.40 223.29 0.35 0.44
Hex 49 5F 98 34 26 0 28 DF 23 2C
Octal 111 137 230 64 46 0 50 337 43 54
Binary 1001001 1011111 10011000 110100 100110 0 101000 11011111 100011 101100

Color Harmonies of #495F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F98

Black with #495F98

Text Example


Text Example

White with #495F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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