#4260AD

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

Shades of Mariner #4260AD

Tints of Mariner #4260AD

Color information

#4260AD (or 0x4260AD) is unknown color: approx Mariner. HEX triplet: 42, 60 and AD. RGB value is (66,96,173). Sum of RGB (Red+Green+Blue) = 66+96+173=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #4260AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4260AD is #BD9F52. Grayscale: #5F5F5F. Windows color (decimal): -12427091 or 11362370. OLE color: 11362370.

HSL color Cylindrical-coordinate representation of color #4260AD: hue angle of 223.18º 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 #4260AD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6696173-
CMYK0.620.4500.32
HSL223.18º44.77%46.86%-
HSV(B)223.18º61.85%67.84%-
XYZ13.9712.5441.22-
YUV95.81171.56106.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=19.70%
G=28.66%
B=51.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66961730.620.4500.32223.1844.7746.86
Hex4260AD3E2D020df2d2f
Octal10214025576550403375557
Binary1000010110000010101101111110101101010000011011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4260AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4260AD; }

 p { color: rgb(66,96,173); }

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

<style>
 a { background-color: #4260AD; }

 a { background-color: rgb(66,96,173); }

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

<style>
 span { border-color: #4260AD; }

 span { border-color: rgb(66,96,173); }

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