Html Css Color HEX #495F9F Mariner

📋 copy color: '#495F9F'

red 73 ◦ green 95 ◦ blue 159

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

Shades of Mariner #495F9F

Tints of Mariner #495F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.62%

R = 22.32%
G = 29.05%
B = 48.62%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#495F9F (or 0x495F9F) is known color: Mariner. HEX triplet: 49, 5F and 9F. RGB value is (73,95,159). Sum of RGB (Red+Green+Blue) = 73+95+159=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #495F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F9F is #B6A060. Grayscale: #5F5F5F. Windows color (decimal): -11968609 or 10444617. OLE color: 10444617.

HSL color Cylindrical-coordinate representation of color #495F9F: hue angle of 224.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495F9F is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 95 159 -
CMYK 0.54 0.40 0 0.38
HSL 224.65º 0.37% 0.45% -
HSV(B) 224.65º 0.54% 0.62% -
XYZ 13.1 12.1 34.45 -
YUV 95.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 73 95 159 0.54 0.40 0 0.38 224.65 0.37 0.45
Hex 49 5F 9F 36 28 0 26 E1 25 2D
Octal 111 137 237 66 50 0 46 341 45 55
Binary 1001001 1011111 10011111 110110 101000 0 100110 11100001 100101 101101

Color Harmonies of #495F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F9F

Black with #495F9F

Text Example


Text Example

White with #495F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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