Html Css Color HEX #4162AA Mariner

📋 copy color: '#4162AA'

red 65 ◦ green 98 ◦ blue 170

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

Shades of Mariner #4162AA

Tints of Mariner #4162AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 19.52%
G = 29.43%
B = 51.05%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4162AA (or 0x4162AA) is known color: Mariner. HEX triplet: 41, 62 and AA. RGB value is (65,98,170). Sum of RGB (Red+Green+Blue) = 65+98+170=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #4162AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4162AA is #BE9D55. Grayscale: #606060. Windows color (decimal): -12492118 or 11166273. OLE color: 11166273.

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

Color convert

RGB 65 98 170 -
CMYK 0.62 0.42 0 0.33
HSL 221.14º 0.45% 0.46% -
HSV(B) 221.14º 0.62% 0.67% -
XYZ 13.8 12.76 39.77 -
YUV 96.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 65 98 170 0.62 0.42 0 0.33 221.14 0.45 0.46
Hex 41 62 AA 3E 2A 0 21 DD 2D 2E
Octal 101 142 252 76 52 0 41 335 55 56
Binary 1000001 1100010 10101010 111110 101010 0 100001 11011101 101101 101110

Color Harmonies of #4162AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4162AA

Black with #4162AA

Text Example


Text Example

White with #4162AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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