#426FAC

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

Shades of Mariner #426FAC

Tints of Mariner #426FAC

Color information

#426FAC (or 0x426FAC) is unknown color: approx Mariner. HEX triplet: 42, 6F and AC. RGB value is (66,111,172). Sum of RGB (Red+Green+Blue) = 66+111+172=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #426FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FAC is #BD9053. Grayscale: #686868. Windows color (decimal): -12423252 or 11300674. OLE color: 11300674.

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

Color convert

RGB66111172-
CMYK0.620.3500.33
HSL214.53º44.54%46.67%-
HSV(B)214.53º61.63%67.45%-
XYZ15.3815.5141.21-
YUV104.5166.09100.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=18.91%
G=31.81%
B=49.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661111720.620.3500.33214.5344.5446.67
Hex426FAC3E23021d72d2f
Octal10215725476430413275557
Binary1000010110111110101100111110100011010000111010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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