Html Css Color HEX #495DAF Mariner

📋 copy color: '#495DAF'

red 73 ◦ green 93 ◦ blue 175

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

Shades of Mariner #495DAF

Tints of Mariner #495DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 21.41%
G = 27.27%
B = 51.32%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#495DAF (or 0x495DAF) is known color: Mariner. HEX triplet: 49, 5D and AF. RGB value is (73,93,175). Sum of RGB (Red+Green+Blue) = 73+93+175=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #495DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DAF is #B6A250. Grayscale: #606060. Windows color (decimal): -11969105 or 11492681. OLE color: 11492681.

HSL color Cylindrical-coordinate representation of color #495DAF: hue angle of 228.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495DAF is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 93 175 -
CMYK 0.58 0.47 0 0.31
HSL 228.24º 0.41% 0.49% -
HSV(B) 228.24º 0.58% 0.69% -
XYZ 14.4 12.34 42.18 -
YUV 96.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 73 93 175 0.58 0.47 0 0.31 228.24 0.41 0.49
Hex 49 5D AF 3A 2F 0 1F E4 29 31
Octal 111 135 257 72 57 0 37 344 51 61
Binary 1001001 1011101 10101111 111010 101111 0 11111 11100100 101001 110001

Color Harmonies of #495DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DAF

Black with #495DAF

Text Example


Text Example

White with #495DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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