Html Css Color HEX #495CAD Mariner

📋 copy color: '#495CAD'

red 73 ◦ green 92 ◦ blue 173

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

Shades of Mariner #495CAD

Tints of Mariner #495CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 21.6%
G = 27.22%
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

#495CAD (or 0x495CAD) is known color: Mariner. HEX triplet: 49, 5C and AD. RGB value is (73,92,173). Sum of RGB (Red+Green+Blue) = 73+92+173=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #495CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495CAD is #B6A352. Grayscale: #5F5F5F. Windows color (decimal): -11969363 or 11361353. OLE color: 11361353.

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

Color convert

RGB 73 92 173 -
CMYK 0.58 0.47 0 0.32
HSL 228.6º 0.41% 0.48% -
HSV(B) 228.6º 0.58% 0.68% -
XYZ 14.12 12.09 41.12 -
YUV 95.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 73 92 173 0.58 0.47 0 0.32 228.6 0.41 0.48
Hex 49 5C AD 3A 2F 0 20 E5 29 30
Octal 111 134 255 72 57 0 40 345 51 60
Binary 1001001 1011100 10101101 111010 101111 0 100000 11100101 101001 110000

Color Harmonies of #495CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CAD

Black with #495CAD

Text Example


Text Example

White with #495CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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