Html Css Color HEX #495C94 Mariner

📋 copy color: '#495C94'

red 73 ◦ green 92 ◦ blue 148

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

Shades of Mariner #495C94

Tints of Mariner #495C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 23.32%
G = 29.39%
B = 47.28%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#495C94 (or 0x495C94) is known color: Mariner. HEX triplet: 49, 5C and 94. RGB value is (73,92,148). Sum of RGB (Red+Green+Blue) = 73+92+148=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #495C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C94 is #B6A36B. Grayscale: #5C5C5C. Windows color (decimal): -11969388 or 9722953. OLE color: 9722953.

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

Color convert

RGB 73 92 148 -
CMYK 0.51 0.38 0 0.42
HSL 224.8º 0.34% 0.43% -
HSV(B) 224.8º 0.51% 0.58% -
XYZ 11.92 11.21 29.55 -
YUV 92.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 73 92 148 0.51 0.38 0 0.42 224.8 0.34 0.43
Hex 49 5C 94 33 26 0 2A E1 22 2B
Octal 111 134 224 63 46 0 52 341 42 53
Binary 1001001 1011100 10010100 110011 100110 0 101010 11100001 100010 101011

Color Harmonies of #495C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C94

Black with #495C94

Text Example


Text Example

White with #495C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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