Html Css Color HEX #495BAA Mariner

📋 copy color: '#495BAA'

red 73 ◦ green 91 ◦ blue 170

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

Shades of Mariner #495BAA

Tints of Mariner #495BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 21.86%
G = 27.25%
B = 50.9%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#495BAA (or 0x495BAA) is known color: Mariner. HEX triplet: 49, 5B and AA. RGB value is (73,91,170). Sum of RGB (Red+Green+Blue) = 73+91+170=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #495BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495BAA is #B6A455. Grayscale: #5E5E5E. Windows color (decimal): -11969622 or 11164489. OLE color: 11164489.

HSL color Cylindrical-coordinate representation of color #495BAA: hue angle of 228.87º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495BAA is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 91 170 -
CMYK 0.57 0.46 0 0.33
HSL 228.87º 0.4% 0.48% -
HSV(B) 228.87º 0.57% 0.67% -
XYZ 13.74 11.8 39.58 -
YUV 94.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 73 91 170 0.57 0.46 0 0.33 228.87 0.4 0.48
Hex 49 5B AA 39 2E 0 21 E5 28 30
Octal 111 133 252 71 56 0 41 345 50 60
Binary 1001001 1011011 10101010 111001 101110 0 100001 11100101 101000 110000

Color Harmonies of #495BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BAA

Black with #495BAA

Text Example


Text Example

White with #495BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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