#4261AD

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

Shades of Mariner #4261AD

Tints of Mariner #4261AD

Color information

#4261AD (or 0x4261AD) is unknown color: approx Mariner. HEX triplet: 42, 61 and AD. RGB value is (66,97,173). Sum of RGB (Red+Green+Blue) = 66+97+173=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #4261AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4261AD is #BD9E52. Grayscale: #606060. Windows color (decimal): -12426835 or 11362626. OLE color: 11362626.

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

Color convert

RGB6697173-
CMYK0.620.4400.32
HSL222.62º44.77%46.86%-
HSV(B)222.62º61.85%67.84%-
XYZ14.0612.7241.25-
YUV96.4171.23106.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=19.64%
G=28.87%
B=51.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66971730.620.4400.32222.6244.7746.86
Hex4261AD3E2C020df2d2f
Octal10214125576540403375557
Binary1000010110000110101101111110101100010000011011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4261AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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