#4158AE

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

Shades of Mariner #4158AE

Tints of Mariner #4158AE

Color information

#4158AE (or 0x4158AE) is unknown color: approx Mariner. HEX triplet: 41, 58 and AE. RGB value is (65,88,174). Sum of RGB (Red+Green+Blue) = 65+88+174=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #4158AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4158AE is #BEA751. Grayscale: #5A5A5A. Windows color (decimal): -12494674 or 11425857. OLE color: 11425857.

HSL color Cylindrical-coordinate representation of color #4158AE: hue angle of 227.34º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4158AE is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6588174-
CMYK0.630.4900.32
HSL227.34º45.61%46.86%-
HSV(B)227.34º62.64%68.24%-
XYZ13.3111.1641.5-
YUV90.93174.88109.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=19.88%
G=26.91%
B=53.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65881740.630.4900.32227.3445.6146.86
Hex4158AE3F31020e32e2f
Octal10113025677610403435657
Binary1000001101100010101110111111110001010000011100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4158AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4158AE; }

 p { color: rgb(65,88,174); }

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

<style>
 a { background-color: #4158AE; }

 a { background-color: rgb(65,88,174); }

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

<style>
 span { border-color: #4158AE; }

 span { border-color: rgb(65,88,174); }

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