Html Css Color HEX #495C93 Mariner

📋 copy color: '#495C93'

red 73 ◦ green 92 ◦ blue 147

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

Shades of Mariner #495C93

Tints of Mariner #495C93

RGB

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

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

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

R = 23.4%
G = 29.49%
B = 47.12%

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

#495C93 (or 0x495C93) is known color: Mariner. HEX triplet: 49, 5C and 93. RGB value is (73,92,147). Sum of RGB (Red+Green+Blue) = 73+92+147=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #495C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C93 is #B6A36C. Grayscale: #5C5C5C. Windows color (decimal): -11969389 or 9657417. OLE color: 9657417.

HSL color Cylindrical-coordinate representation of color #495C93: hue angle of 224.59º 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 #495C93 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 92 147 -
CMYK 0.50 0.37 0 0.42
HSL 224.59º 0.34% 0.43% -
HSV(B) 224.59º 0.5% 0.58% -
XYZ 11.84 11.18 29.14 -
YUV 92.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 73 92 147 0.50 0.37 0 0.42 224.59 0.34 0.43
Hex 49 5C 93 32 25 0 2A E1 22 2B
Octal 111 134 223 62 45 0 52 341 42 53
Binary 1001001 1011100 10010011 110010 100101 0 101010 11100001 100010 101011

Color Harmonies of #495C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C93

Black with #495C93

Text Example


Text Example

White with #495C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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