Html Css Color HEX #4163AB Mariner

📋 copy color: '#4163AB'

red 65 ◦ green 99 ◦ blue 171

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

Shades of Mariner #4163AB

Tints of Mariner #4163AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 19.4%
G = 29.55%
B = 51.04%

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

#4163AB (or 0x4163AB) is known color: Mariner. HEX triplet: 41, 63 and AB. RGB value is (65,99,171). Sum of RGB (Red+Green+Blue) = 65+99+171=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #4163AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4163AB is #BE9C54. Grayscale: #606060. Windows color (decimal): -12491861 or 11232065. OLE color: 11232065.

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

Color convert

RGB 65 99 171 -
CMYK 0.62 0.42 0 0.33
HSL 220.75º 0.45% 0.46% -
HSV(B) 220.75º 0.62% 0.67% -
XYZ 13.99 12.99 40.3 -
YUV 97.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 65 99 171 0.62 0.42 0 0.33 220.75 0.45 0.46
Hex 41 63 AB 3E 2A 0 21 DD 2D 2E
Octal 101 143 253 76 52 0 41 335 55 56
Binary 1000001 1100011 10101011 111110 101010 0 100001 11011101 101101 101110

Color Harmonies of #4163AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4163AB

Black with #4163AB

Text Example


Text Example

White with #4163AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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