Html Css Color HEX #495FAE Mariner

📋 copy color: '#495FAE'

red 73 ◦ green 95 ◦ blue 174

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

Shades of Mariner #495FAE

Tints of Mariner #495FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 21.35%
G = 27.78%
B = 50.88%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#495FAE (or 0x495FAE) is known color: Mariner. HEX triplet: 49, 5F and AE. RGB value is (73,95,174). Sum of RGB (Red+Green+Blue) = 73+95+174=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #495FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FAE is #B6A051. Grayscale: #616161. Windows color (decimal): -11968594 or 11427657. OLE color: 11427657.

HSL color Cylindrical-coordinate representation of color #495FAE: hue angle of 226.93º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495FAE is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 95 174 -
CMYK 0.58 0.45 0 0.32
HSL 226.93º 0.41% 0.48% -
HSV(B) 226.93º 0.58% 0.68% -
XYZ 14.48 12.66 41.72 -
YUV 97.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 73 95 174 0.58 0.45 0 0.32 226.93 0.41 0.48
Hex 49 5F AE 3A 2D 0 20 E3 29 30
Octal 111 137 256 72 55 0 40 343 51 60
Binary 1001001 1011111 10101110 111010 101101 0 100000 11100011 101001 110000

Color Harmonies of #495FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FAE

Black with #495FAE

Text Example


Text Example

White with #495FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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