Html Css Color HEX #4162AC Mariner

📋 copy color: '#4162AC'

red 65 ◦ green 98 ◦ blue 172

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

Shades of Mariner #4162AC

Tints of Mariner #4162AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

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

R = 19.4%
G = 29.25%
B = 51.34%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4162AC (or 0x4162AC) is known color: Mariner. HEX triplet: 41, 62 and AC. RGB value is (65,98,172). Sum of RGB (Red+Green+Blue) = 65+98+172=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #4162AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4162AC is #BE9D53. Grayscale: #606060. Windows color (decimal): -12492116 or 11297345. OLE color: 11297345.

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

Color convert

RGB 65 98 172 -
CMYK 0.62 0.43 0 0.33
HSL 221.5º 0.45% 0.46% -
HSV(B) 221.5º 0.62% 0.67% -
XYZ 13.99 12.84 40.77 -
YUV 96.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 65 98 172 0.62 0.43 0 0.33 221.5 0.45 0.46
Hex 41 62 AC 3E 2B 0 21 DD 2D 2E
Octal 101 142 254 76 53 0 41 335 55 56
Binary 1000001 1100010 10101100 111110 101011 0 100001 11011101 101101 101110

Color Harmonies of #4162AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4162AC

Black with #4162AC

Text Example


Text Example

White with #4162AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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