Html Css Color HEX #4161AB Mariner

📋 copy color: '#4161AB'

red 65 ◦ green 97 ◦ blue 171

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

Shades of Mariner #4161AB

Tints of Mariner #4161AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 19.52%
G = 29.13%
B = 51.35%

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

#4161AB (or 0x4161AB) is known color: Mariner. HEX triplet: 41, 61 and AB. RGB value is (65,97,171). Sum of RGB (Red+Green+Blue) = 65+97+171=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #4161AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4161AB is #BE9E54. Grayscale: #5F5F5F. Windows color (decimal): -12492373 or 11231553. OLE color: 11231553.

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

Color convert

RGB 65 97 171 -
CMYK 0.62 0.43 0 0.33
HSL 221.89º 0.45% 0.46% -
HSV(B) 221.89º 0.62% 0.67% -
XYZ 13.81 12.61 40.24 -
YUV 95.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 65 97 171 0.62 0.43 0 0.33 221.89 0.45 0.46
Hex 41 61 AB 3E 2B 0 21 DE 2D 2E
Octal 101 141 253 76 53 0 41 336 55 56
Binary 1000001 1100001 10101011 111110 101011 0 100001 11011110 101101 101110

Color Harmonies of #4161AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4161AB

Black with #4161AB

Text Example


Text Example

White with #4161AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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