Html Css Color HEX #495C9D Mariner

📋 copy color: '#495C9D'

red 73 ◦ green 92 ◦ blue 157

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

Shades of Mariner #495C9D

Tints of Mariner #495C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 22.67%
G = 28.57%
B = 48.76%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#495C9D (or 0x495C9D) is known color: Mariner. HEX triplet: 49, 5C and 9D. RGB value is (73,92,157). Sum of RGB (Red+Green+Blue) = 73+92+157=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #495C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C9D is #B6A362. Grayscale: #5D5D5D. Windows color (decimal): -11969379 or 10312777. OLE color: 10312777.

HSL color Cylindrical-coordinate representation of color #495C9D: hue angle of 226.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495C9D is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 92 157 -
CMYK 0.54 0.41 0 0.38
HSL 226.43º 0.37% 0.45% -
HSV(B) 226.43º 0.54% 0.62% -
XYZ 12.66 11.51 33.45 -
YUV 93.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 73 92 157 0.54 0.41 0 0.38 226.43 0.37 0.45
Hex 49 5C 9D 36 29 0 26 E2 25 2D
Octal 111 134 235 66 51 0 46 342 45 55
Binary 1001001 1011100 10011101 110110 101001 0 100110 11100010 100101 101101

Color Harmonies of #495C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C9D

Black with #495C9D

Text Example


Text Example

White with #495C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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