Html Css Color HEX #495DAE Mariner

📋 copy color: '#495DAE'

red 73 ◦ green 93 ◦ blue 174

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

Shades of Mariner #495DAE

Tints of Mariner #495DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 21.47%
G = 27.35%
B = 51.18%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#495DAE (or 0x495DAE) is known color: Mariner. HEX triplet: 49, 5D and AE. RGB value is (73,93,174). Sum of RGB (Red+Green+Blue) = 73+93+174=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #495DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DAE is #B6A251. Grayscale: #5F5F5F. Windows color (decimal): -11969106 or 11427145. OLE color: 11427145.

HSL color Cylindrical-coordinate representation of color #495DAE: hue angle of 228.12º 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 #495DAE is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 93 174 -
CMYK 0.58 0.47 0 0.32
HSL 228.12º 0.41% 0.48% -
HSV(B) 228.12º 0.58% 0.68% -
XYZ 14.3 12.3 41.66 -
YUV 96.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 73 93 174 0.58 0.47 0 0.32 228.12 0.41 0.48
Hex 49 5D AE 3A 2F 0 20 E4 29 30
Octal 111 135 256 72 57 0 40 344 51 60
Binary 1001001 1011101 10101110 111010 101111 0 100000 11100100 101001 110000

Color Harmonies of #495DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DAE

Black with #495DAE

Text Example


Text Example

White with #495DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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