#4259AE

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

Shades of Mariner #4259AE

Tints of Mariner #4259AE

Color information

#4259AE (or 0x4259AE) is unknown color: approx Mariner. HEX triplet: 42, 59 and AE. RGB value is (66,89,174). Sum of RGB (Red+Green+Blue) = 66+89+174=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #4259AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4259AE is #BDA651. Grayscale: #5B5B5B. Windows color (decimal): -12428882 or 11426114. OLE color: 11426114.

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

Color convert

RGB6689174-
CMYK0.620.4900.32
HSL227.22º45%47.06%-
HSV(B)227.22º62.07%68.24%-
XYZ13.4611.3641.53-
YUV91.81174.38109.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=20.06%
G=27.05%
B=52.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66891740.620.4900.32227.224547.06
Hex4259AE3E31020e32d2f
Octal10213125676610403435557
Binary1000010101100110101110111110110001010000011100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4259AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,89,174); }

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

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

 a { background-color: rgb(66,89,174); }

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

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

 span { border-color: rgb(66,89,174); }

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