Html Css Color HEX #4170AB Mariner

📋 copy color: '#4170AB'

red 65 ◦ green 112 ◦ blue 171

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

Shades of Mariner #4170AB

Tints of Mariner #4170AB

RGB

 RED value IS 65 (25.78% from 255) = 18.68%

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 18.68%
G = 32.18%
B = 49.14%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4170AB (or 0x4170AB) is known color: Mariner. HEX triplet: 41, 70 and AB. RGB value is (65,112,171). Sum of RGB (Red+Green+Blue) = 65+112+171=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #4170AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4170AB is #BE8F54. Grayscale: #686868. Windows color (decimal): -12488533 or 11235393. OLE color: 11235393.

HSL color Cylindrical-coordinate representation of color #4170AB: hue angle of 213.4º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4170AB is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 112 171 -
CMYK 0.62 0.35 0 0.33
HSL 213.4º 0.45% 0.46% -
HSV(B) 213.4º 0.62% 0.67% -
XYZ 15.32 15.65 40.74 -
YUV 104.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 65 112 171 0.62 0.35 0 0.33 213.4 0.45 0.46
Hex 41 70 AB 3E 23 0 21 D5 2D 2E
Octal 101 160 253 76 43 0 41 325 55 56
Binary 1000001 1110000 10101011 111110 100011 0 100001 11010101 101101 101110

Color Harmonies of #4170AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170AB

Black with #4170AB

Text Example


Text Example

White with #4170AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4170AB; }

 p { color: rgb(65,112,171); }

 H1.HeaderClassName
 {
   color: #4170AB;
 }
 .AnyTagClassName
 {
   color: #4170AB;
 }
</style>

background-color css

<style>
 a { background-color: #4170AB; }

 a { background-color: rgb(65,112,171); }

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

border-color css

<style>
 span { border-color: #4170AB; }

 span { border-color: rgb(65,112,171); }

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