#426CAC

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

Shades of Mariner #426CAC

Tints of Mariner #426CAC

Color information

#426CAC (or 0x426CAC) is unknown color: approx Mariner. HEX triplet: 42, 6C and AC. RGB value is (66,108,172). Sum of RGB (Red+Green+Blue) = 66+108+172=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #426CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CAC is #BD9353. Grayscale: #666666. Windows color (decimal): -12424020 or 11299906. OLE color: 11299906.

HSL color Cylindrical-coordinate representation of color #426CAC: hue angle of 216.23º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426CAC is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66108172-
CMYK0.620.3700.33
HSL216.23º44.54%46.67%-
HSV(B)216.23º61.63%67.45%-
XYZ15.0614.8641.1-
YUV102.74167.09101.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=19.08%
G=31.21%
B=49.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661081720.620.3700.33216.2344.5446.67
Hex426CAC3E25021d82d2f
Octal10215425476450413305557
Binary1000010110110010101100111110100101010000111011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426CAC; }

 p { color: rgb(66,108,172); }

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

<style>
 a { background-color: #426CAC; }

 a { background-color: rgb(66,108,172); }

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

<style>
 span { border-color: #426CAC; }

 span { border-color: rgb(66,108,172); }

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