Html Css Color HEX #4160AC Mariner

📋 copy color: '#4160AC'

red 65 ◦ green 96 ◦ blue 172

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

Shades of Mariner #4160AC

Tints of Mariner #4160AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 19.52%
G = 28.83%
B = 51.65%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4160AC (or 0x4160AC) is known color: Mariner. HEX triplet: 41, 60 and AC. RGB value is (65,96,172). Sum of RGB (Red+Green+Blue) = 65+96+172=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #4160AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4160AC is #BE9F53. Grayscale: #5F5F5F. Windows color (decimal): -12492628 or 11296833. OLE color: 11296833.

HSL color Cylindrical-coordinate representation of color #4160AC: hue angle of 222.62º 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 #4160AC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 96 172 -
CMYK 0.62 0.44 0 0.33
HSL 222.62º 0.45% 0.46% -
HSV(B) 222.62º 0.62% 0.67% -
XYZ 13.81 12.47 40.71 -
YUV 95.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 65 96 172 0.62 0.44 0 0.33 222.62 0.45 0.46
Hex 41 60 AC 3E 2C 0 21 DF 2D 2E
Octal 101 140 254 76 54 0 41 337 55 56
Binary 1000001 1100000 10101100 111110 101100 0 100001 11011111 101101 101110

Color Harmonies of #4160AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4160AC

Black with #4160AC

Text Example


Text Example

White with #4160AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4160AC; }

 p { color: rgb(65,96,172); }

 H1.HeaderClassName
 {
   color: #4160AC;
 }
 .AnyTagClassName
 {
   color: #4160AC;
 }
</style>

background-color css

<style>
 a { background-color: #4160AC; }

 a { background-color: rgb(65,96,172); }

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

border-color css

<style>
 span { border-color: #4160AC; }

 span { border-color: rgb(65,96,172); }

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