Html Css Color HEX #495CAE Mariner

📋 copy color: '#495CAE'

red 73 ◦ green 92 ◦ blue 174

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

Shades of Mariner #495CAE

Tints of Mariner #495CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 21.53%
G = 27.14%
B = 51.33%

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

#495CAE (or 0x495CAE) is known color: Mariner. HEX triplet: 49, 5C and AE. RGB value is (73,92,174). Sum of RGB (Red+Green+Blue) = 73+92+174=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #495CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495CAE is #B6A351. Grayscale: #5F5F5F. Windows color (decimal): -11969362 or 11426889. OLE color: 11426889.

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

Color convert

RGB 73 92 174 -
CMYK 0.58 0.47 0 0.32
HSL 228.71º 0.41% 0.48% -
HSV(B) 228.71º 0.58% 0.68% -
XYZ 14.21 12.13 41.64 -
YUV 95.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 73 92 174 0.58 0.47 0 0.32 228.71 0.41 0.48
Hex 49 5C AE 3A 2F 0 20 E5 29 30
Octal 111 134 256 72 57 0 40 345 51 60
Binary 1001001 1011100 10101110 111010 101111 0 100000 11100101 101001 110000

Color Harmonies of #495CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CAE

Black with #495CAE

Text Example


Text Example

White with #495CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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