Html Css Color HEX #495F96 Mariner

📋 copy color: '#495F96'

red 73 ◦ green 95 ◦ blue 150

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

Shades of Mariner #495F96

Tints of Mariner #495F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.17%

R = 22.96%
G = 29.87%
B = 47.17%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#495F96 (or 0x495F96) is known color: Mariner. HEX triplet: 49, 5F and 96. RGB value is (73,95,150). Sum of RGB (Red+Green+Blue) = 73+95+150=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #495F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F96 is #B6A069. Grayscale: #5E5E5E. Windows color (decimal): -11968618 or 9854793. OLE color: 9854793.

HSL color Cylindrical-coordinate representation of color #495F96: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495F96 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 95 150 -
CMYK 0.51 0.37 0 0.41
HSL 222.86º 0.35% 0.44% -
HSV(B) 222.86º 0.51% 0.59% -
XYZ 12.34 11.8 30.48 -
YUV 94.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 73 95 150 0.51 0.37 0 0.41 222.86 0.35 0.44
Hex 49 5F 96 33 25 0 29 DF 23 2C
Octal 111 137 226 63 45 0 51 337 43 54
Binary 1001001 1011111 10010110 110011 100101 0 101001 11011111 100011 101100

Color Harmonies of #495F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F96

Black with #495F96

Text Example


Text Example

White with #495F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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