Html Css Color HEX #4170AD Mariner

📋 copy color: '#4170AD'

red 65 ◦ green 112 ◦ blue 173

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

Shades of Mariner #4170AD

Tints of Mariner #4170AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 18.57%
G = 32%
B = 49.43%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4170AD (or 0x4170AD) is known color: Mariner. HEX triplet: 41, 70 and AD. RGB value is (65,112,173). Sum of RGB (Red+Green+Blue) = 65+112+173=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #4170AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4170AD is #BE8F52. Grayscale: #686868. Windows color (decimal): -12488531 or 11366465. OLE color: 11366465.

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

Color convert

RGB 65 112 173 -
CMYK 0.62 0.35 0 0.32
HSL 213.89º 0.45% 0.47% -
HSV(B) 213.89º 0.62% 0.68% -
XYZ 15.52 15.73 41.75 -
YUV 104.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 65 112 173 0.62 0.35 0 0.32 213.89 0.45 0.47
Hex 41 70 AD 3E 23 0 20 D6 2D 2F
Octal 101 160 255 76 43 0 40 326 55 57
Binary 1000001 1110000 10101101 111110 100011 0 100000 11010110 101101 101111

Color Harmonies of #4170AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170AD

Black with #4170AD

Text Example


Text Example

White with #4170AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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