Html Css Color HEX #495F9B Mariner

📋 copy color: '#495F9B'

red 73 ◦ green 95 ◦ blue 155

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

Shades of Mariner #495F9B

Tints of Mariner #495F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 22.6%
G = 29.41%
B = 47.99%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#495F9B (or 0x495F9B) is known color: Mariner. HEX triplet: 49, 5F and 9B. RGB value is (73,95,155). Sum of RGB (Red+Green+Blue) = 73+95+155=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #495F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F9B is #B6A064. Grayscale: #5E5E5E. Windows color (decimal): -11968613 or 10182473. OLE color: 10182473.

HSL color Cylindrical-coordinate representation of color #495F9B: hue angle of 223.9º 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 #495F9B is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 95 155 -
CMYK 0.53 0.39 0 0.39
HSL 223.9º 0.36% 0.45% -
HSV(B) 223.9º 0.53% 0.61% -
XYZ 12.76 11.97 32.65 -
YUV 95.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 73 95 155 0.53 0.39 0 0.39 223.9 0.36 0.45
Hex 49 5F 9B 35 27 0 27 E0 24 2D
Octal 111 137 233 65 47 0 47 340 44 55
Binary 1001001 1011111 10011011 110101 100111 0 100111 11100000 100100 101101

Color Harmonies of #495F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F9B

Black with #495F9B

Text Example


Text Example

White with #495F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,95,155); }

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

background-color css

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

 a { background-color: rgb(73,95,155); }

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

border-color css

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

 span { border-color: rgb(73,95,155); }

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