Html Css Color HEX #495D93 Mariner

📋 copy color: '#495D93'

red 73 ◦ green 93 ◦ blue 147

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

Shades of Mariner #495D93

Tints of Mariner #495D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 23.32%
G = 29.71%
B = 46.96%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495D93 (or 0x495D93) is known color: Mariner. HEX triplet: 49, 5D and 93. RGB value is (73,93,147). Sum of RGB (Red+Green+Blue) = 73+93+147=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #495D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D93 is #B6A26C. Grayscale: #5C5C5C. Windows color (decimal): -11969133 or 9657673. OLE color: 9657673.

HSL color Cylindrical-coordinate representation of color #495D93: hue angle of 223.78º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495D93 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 93 147 -
CMYK 0.50 0.37 0 0.42
HSL 223.78º 0.34% 0.43% -
HSV(B) 223.78º 0.5% 0.58% -
XYZ 11.93 11.35 29.17 -
YUV 93.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 73 93 147 0.50 0.37 0 0.42 223.78 0.34 0.43
Hex 49 5D 93 32 25 0 2A E0 22 2B
Octal 111 135 223 62 45 0 52 340 42 53
Binary 1001001 1011101 10010011 110010 100101 0 101010 11100000 100010 101011

Color Harmonies of #495D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D93

Black with #495D93

Text Example


Text Example

White with #495D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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