Html Css Color HEX #495CA9 Mariner

📋 copy color: '#495CA9'

red 73 ◦ green 92 ◦ blue 169

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

Shades of Mariner #495CA9

Tints of Mariner #495CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 50.6%

R = 21.86%
G = 27.54%
B = 50.6%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#495CA9 (or 0x495CA9) is known color: Mariner. HEX triplet: 49, 5C and A9. RGB value is (73,92,169). Sum of RGB (Red+Green+Blue) = 73+92+169=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #495CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495CA9 is #B6A356. Grayscale: #5E5E5E. Windows color (decimal): -11969367 or 11099209. OLE color: 11099209.

HSL color Cylindrical-coordinate representation of color #495CA9: hue angle of 228.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495CA9 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 92 169 -
CMYK 0.57 0.46 0 0.34
HSL 228.13º 0.4% 0.47% -
HSV(B) 228.13º 0.57% 0.66% -
XYZ 13.74 11.94 39.12 -
YUV 95.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 73 92 169 0.57 0.46 0 0.34 228.13 0.4 0.47
Hex 49 5C A9 39 2E 0 22 E4 28 2F
Octal 111 134 251 71 56 0 42 344 50 57
Binary 1001001 1011100 10101001 111001 101110 0 100010 11100100 101000 101111

Color Harmonies of #495CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CA9

Black with #495CA9

Text Example


Text Example

White with #495CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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