#4260AA

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

Shades of Mariner #4260AA

Tints of Mariner #4260AA

Color information

#4260AA (or 0x4260AA) is unknown color: approx Mariner. HEX triplet: 42, 60 and AA. RGB value is (66,96,170). Sum of RGB (Red+Green+Blue) = 66+96+170=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #4260AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4260AA is #BD9F55. Grayscale: #5F5F5F. Windows color (decimal): -12427094 or 11165762. OLE color: 11165762.

HSL color Cylindrical-coordinate representation of color #4260AA: hue angle of 222.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4260AA is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6696170-
CMYK0.610.4400.33
HSL222.69º44.07%46.27%-
HSV(B)222.69º61.18%66.67%-
XYZ13.6912.4339.71-
YUV95.47170.06106.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=19.88%
G=28.92%
B=51.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66961700.610.4400.33222.6944.0746.27
Hex4260AA3D2C021df2c2e
Octal10214025275540413375456
Binary1000010110000010101010111101101100010000111011111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4260AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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