Html Css Color HEX #495CAB Mariner

📋 copy color: '#495CAB'

red 73 ◦ green 92 ◦ blue 171

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

Shades of Mariner #495CAB

Tints of Mariner #495CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 21.73%
G = 27.38%
B = 50.89%

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

#495CAB (or 0x495CAB) is known color: Mariner. HEX triplet: 49, 5C and AB. RGB value is (73,92,171). Sum of RGB (Red+Green+Blue) = 73+92+171=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #495CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495CAB is #B6A354. Grayscale: #5E5E5E. Windows color (decimal): -11969365 or 11230281. OLE color: 11230281.

HSL color Cylindrical-coordinate representation of color #495CAB: hue angle of 228.37º 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 #495CAB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 92 171 -
CMYK 0.57 0.46 0 0.33
HSL 228.37º 0.4% 0.48% -
HSV(B) 228.37º 0.57% 0.67% -
XYZ 13.93 12.01 40.11 -
YUV 95.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 73 92 171 0.57 0.46 0 0.33 228.37 0.4 0.48
Hex 49 5C AB 39 2E 0 21 E4 28 30
Octal 111 134 253 71 56 0 41 344 50 60
Binary 1001001 1011100 10101011 111001 101110 0 100001 11100100 101000 110000

Color Harmonies of #495CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CAB

Black with #495CAB

Text Example


Text Example

White with #495CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,171); }

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

background-color css

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

 a { background-color: rgb(73,92,171); }

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

border-color css

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

 span { border-color: rgb(73,92,171); }

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