Html Css Color HEX #495EAC Mariner

📋 copy color: '#495EAC'

red 73 ◦ green 94 ◦ blue 172

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

Shades of Mariner #495EAC

Tints of Mariner #495EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 21.53%
G = 27.73%
B = 50.74%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#495EAC (or 0x495EAC) is known color: Mariner. HEX triplet: 49, 5E and AC. RGB value is (73,94,172). Sum of RGB (Red+Green+Blue) = 73+94+172=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #495EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495EAC is #B6A153. Grayscale: #606060. Windows color (decimal): -11968852 or 11296329. OLE color: 11296329.

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

Color convert

RGB 73 94 172 -
CMYK 0.58 0.45 0 0.33
HSL 227.27º 0.4% 0.48% -
HSV(B) 227.27º 0.58% 0.67% -
XYZ 14.2 12.4 40.68 -
YUV 96.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 73 94 172 0.58 0.45 0 0.33 227.27 0.4 0.48
Hex 49 5E AC 3A 2D 0 21 E3 28 30
Octal 111 136 254 72 55 0 41 343 50 60
Binary 1001001 1011110 10101100 111010 101101 0 100001 11100011 101000 110000

Color Harmonies of #495EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EAC

Black with #495EAC

Text Example


Text Example

White with #495EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,172); }

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

background-color css

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

 a { background-color: rgb(73,94,172); }

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

border-color css

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

 span { border-color: rgb(73,94,172); }

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