#4154AC

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

Shades of Mariner #4154AC

Tints of Mariner #4154AC

Color information

#4154AC (or 0x4154AC) is unknown color: approx Mariner. HEX triplet: 41, 54 and AC. RGB value is (65,84,172). Sum of RGB (Red+Green+Blue) = 65+84+172=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #4154AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4154AC is #BEAB53. Grayscale: #575757. Windows color (decimal): -12495700 or 11293761. OLE color: 11293761.

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

Color convert

RGB6584172-
CMYK0.620.5100.33
HSL229.35º45.15%46.47%-
HSV(B)229.35º62.21%67.45%-
XYZ12.810.4440.37-
YUV88.35175.21111.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=20.25%
G=26.17%
B=53.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65841720.620.5100.33229.3545.1546.47
Hex4154AC3E33021e52d2e
Octal10112425476630413455556
Binary1000001101010010101100111110110011010000111100101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4154AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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