#4163B4

Color #4163B4 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #4163B4

Tints of Mariner #4163B4

Color information

#4163B4 (or 0x4163B4) is unknown color: approx Mariner. HEX triplet: 41, 63 and B4. RGB value is (65,99,180). Sum of RGB (Red+Green+Blue) = 65+99+180=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #4163B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4163B4 is #BE9C4B. Grayscale: #616161. Windows color (decimal): -12491852 or 11821889. OLE color: 11821889.

HSL color Cylindrical-coordinate representation of color #4163B4: hue angle of 222.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4163B4 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6599180-
CMYK0.640.4500.29
HSL222.26º46.94%48.04%-
HSV(B)222.26º63.89%70.59%-
XYZ14.8813.3444.97-
YUV98.07174.24104.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 180 (70.70% from 255) = 52.33%
R=18.90%
G=28.78%
B=52.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65991800.640.4500.29222.2646.9448.04
Hex4163B4402D01Dde2f30
Octal101143264100550353365760
Binary1000001110001110110100100000010110101110111011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4163B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4163B4;
 }
 .AnyTagClassName
 {
   color: #4163B4;
 }
</style>
background-color css

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

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

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

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

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

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