Html Css Color HEX #495C99 Mariner

📋 copy color: '#495C99'

red 73 ◦ green 92 ◦ blue 153

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

Shades of Mariner #495C99

Tints of Mariner #495C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 22.96%
G = 28.93%
B = 48.11%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#495C99 (or 0x495C99) is known color: Mariner. HEX triplet: 49, 5C and 99. RGB value is (73,92,153). Sum of RGB (Red+Green+Blue) = 73+92+153=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #495C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C99 is #B6A366. Grayscale: #5D5D5D. Windows color (decimal): -11969383 or 10050633. OLE color: 10050633.

HSL color Cylindrical-coordinate representation of color #495C99: hue angle of 225.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495C99 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 92 153 -
CMYK 0.52 0.40 0 0.4
HSL 225.75º 0.35% 0.44% -
HSV(B) 225.75º 0.52% 0.6% -
XYZ 12.32 11.37 31.68 -
YUV 93.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 73 92 153 0.52 0.40 0 0.4 225.75 0.35 0.44
Hex 49 5C 99 34 28 0 28 E2 23 2C
Octal 111 134 231 64 50 0 50 342 43 54
Binary 1001001 1011100 10011001 110100 101000 0 101000 11100010 100011 101100

Color Harmonies of #495C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C99

Black with #495C99

Text Example


Text Example

White with #495C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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