Html Css Color HEX #495D8D Mariner

📋 copy color: '#495D8D'

red 73 ◦ green 93 ◦ blue 141

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

Shades of Mariner #495D8D

Tints of Mariner #495D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 23.78%
G = 30.29%
B = 45.93%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#495D8D (or 0x495D8D) is known color: Mariner. HEX triplet: 49, 5D and 8D. RGB value is (73,93,141). Sum of RGB (Red+Green+Blue) = 73+93+141=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #495D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D8D is #B6A272. Grayscale: #5C5C5C. Windows color (decimal): -11969139 or 9264457. OLE color: 9264457.

HSL color Cylindrical-coordinate representation of color #495D8D: hue angle of 222.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #495D8D is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 93 141 -
CMYK 0.48 0.34 0 0.45
HSL 222.35º 0.32% 0.42% -
HSV(B) 222.35º 0.48% 0.55% -
XYZ 11.47 11.17 26.75 -
YUV 92.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 73 93 141 0.48 0.34 0 0.45 222.35 0.32 0.42
Hex 49 5D 8D 30 22 0 2D DE 20 2A
Octal 111 135 215 60 42 0 55 336 40 52
Binary 1001001 1011101 10001101 110000 100010 0 101101 11011110 100000 101010

Color Harmonies of #495D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D8D

Black with #495D8D

Text Example


Text Example

White with #495D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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