Html Css Color HEX #495B9C Mariner

📋 copy color: '#495B9C'

red 73 ◦ green 91 ◦ blue 156

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

Shades of Mariner #495B9C

Tints of Mariner #495B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

 BLUE value IS 156 (61.33% from 255) = 48.75%

R = 22.81%
G = 28.44%
B = 48.75%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#495B9C (or 0x495B9C) is known color: Mariner. HEX triplet: 49, 5B and 9C. RGB value is (73,91,156). Sum of RGB (Red+Green+Blue) = 73+91+156=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #495B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B9C is #B6A463. Grayscale: #5C5C5C. Windows color (decimal): -11969636 or 10246985. OLE color: 10246985.

HSL color Cylindrical-coordinate representation of color #495B9C: hue angle of 226.99º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495B9C is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 91 156 -
CMYK 0.53 0.42 0 0.39
HSL 226.99º 0.36% 0.45% -
HSV(B) 226.99º 0.53% 0.61% -
XYZ 12.49 11.3 32.98 -
YUV 93.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 73 91 156 0.53 0.42 0 0.39 226.99 0.36 0.45
Hex 49 5B 9C 35 2A 0 27 E3 24 2D
Octal 111 133 234 65 52 0 47 343 44 55
Binary 1001001 1011011 10011100 110101 101010 0 100111 11100011 100100 101101

Color Harmonies of #495B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B9C

Black with #495B9C

Text Example


Text Example

White with #495B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,91,156); }

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

background-color css

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

 a { background-color: rgb(73,91,156); }

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

border-color css

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

 span { border-color: rgb(73,91,156); }

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