#426CAE

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

Shades of Mariner #426CAE

Tints of Mariner #426CAE

Color information

#426CAE (or 0x426CAE) is unknown color: approx Mariner. HEX triplet: 42, 6C and AE. RGB value is (66,108,174). Sum of RGB (Red+Green+Blue) = 66+108+174=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #426CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CAE is #BD9351. Grayscale: #666666. Windows color (decimal): -12424018 or 11430978. OLE color: 11430978.

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

Color convert

RGB66108174-
CMYK0.620.3800.32
HSL216.67º45%47.06%-
HSV(B)216.67º62.07%68.24%-
XYZ15.2514.9442.12-
YUV102.97168.09101.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 174 (68.36% from 255) = 50%
R=18.97%
G=31.03%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661081740.620.3800.32216.674547.06
Hex426CAE3E26020d92d2f
Octal10215425676460403315557
Binary1000010110110010101110111110100110010000011011001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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