Html Css Color HEX #495F9C Mariner

📋 copy color: '#495F9C'

red 73 ◦ green 95 ◦ blue 156

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

Shades of Mariner #495F9C

Tints of Mariner #495F9C

RGB

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

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

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

R = 22.53%
G = 29.32%
B = 48.15%

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

#495F9C (or 0x495F9C) is known color: Mariner. HEX triplet: 49, 5F and 9C. RGB value is (73,95,156). Sum of RGB (Red+Green+Blue) = 73+95+156=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #495F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F9C is #B6A063. Grayscale: #5F5F5F. Windows color (decimal): -11968612 or 10248009. OLE color: 10248009.

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

Color convert

RGB 73 95 156 -
CMYK 0.53 0.39 0 0.39
HSL 224.1º 0.36% 0.45% -
HSV(B) 224.1º 0.53% 0.61% -
XYZ 12.84 12 33.09 -
YUV 95.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 73 95 156 0.53 0.39 0 0.39 224.1 0.36 0.45
Hex 49 5F 9C 35 27 0 27 E0 24 2D
Octal 111 137 234 65 47 0 47 340 44 55
Binary 1001001 1011111 10011100 110101 100111 0 100111 11100000 100100 101101

Color Harmonies of #495F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F9C

Black with #495F9C

Text Example


Text Example

White with #495F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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