Html Css Color HEX #495DA5 Mariner

📋 copy color: '#495DA5'

red 73 ◦ green 93 ◦ blue 165

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

Shades of Mariner #495DA5

Tints of Mariner #495DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.85%

R = 22.05%
G = 28.1%
B = 49.85%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#495DA5 (or 0x495DA5) is known color: Mariner. HEX triplet: 49, 5D and A5. RGB value is (73,93,165). Sum of RGB (Red+Green+Blue) = 73+93+165=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #495DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DA5 is #B6A25A. Grayscale: #5E5E5E. Windows color (decimal): -11969115 or 10837321. OLE color: 10837321.

HSL color Cylindrical-coordinate representation of color #495DA5: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #495DA5 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 93 165 -
CMYK 0.56 0.44 0 0.35
HSL 226.96º 0.39% 0.47% -
HSV(B) 226.96º 0.56% 0.65% -
XYZ 13.45 11.96 37.2 -
YUV 95.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 73 93 165 0.56 0.44 0 0.35 226.96 0.39 0.47
Hex 49 5D A5 38 2C 0 23 E3 27 2F
Octal 111 135 245 70 54 0 43 343 47 57
Binary 1001001 1011101 10100101 111000 101100 0 100011 11100011 100111 101111

Color Harmonies of #495DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DA5

Black with #495DA5

Text Example


Text Example

White with #495DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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