Html Css Color HEX #495FA2 Mariner

📋 copy color: '#495FA2'

red 73 ◦ green 95 ◦ blue 162

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

Shades of Mariner #495FA2

Tints of Mariner #495FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.09%

R = 22.12%
G = 28.79%
B = 49.09%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#495FA2 (or 0x495FA2) is known color: Mariner. HEX triplet: 49, 5F and A2. RGB value is (73,95,162). Sum of RGB (Red+Green+Blue) = 73+95+162=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #495FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FA2 is #B6A05D. Grayscale: #5F5F5F. Windows color (decimal): -11968606 or 10641225. OLE color: 10641225.

HSL color Cylindrical-coordinate representation of color #495FA2: hue angle of 225.17º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495FA2 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 95 162 -
CMYK 0.55 0.41 0 0.36
HSL 225.17º 0.38% 0.46% -
HSV(B) 225.17º 0.55% 0.64% -
XYZ 13.36 12.21 35.83 -
YUV 96.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 73 95 162 0.55 0.41 0 0.36 225.17 0.38 0.46
Hex 49 5F A2 37 29 0 24 E1 26 2E
Octal 111 137 242 67 51 0 44 341 46 56
Binary 1001001 1011111 10100010 110111 101001 0 100100 11100001 100110 101110

Color Harmonies of #495FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FA2

Black with #495FA2

Text Example


Text Example

White with #495FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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