#426C9D

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

Shades of Mariner #426C9D

Tints of Mariner #426C9D

Color information

#426C9D (or 0x426C9D) is unknown color: approx Mariner. HEX triplet: 42, 6C and 9D. RGB value is (66,108,157). Sum of RGB (Red+Green+Blue) = 66+108+157=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #426C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C9D is #BD9362. Grayscale: #646464. Windows color (decimal): -12424035 or 10316866. OLE color: 10316866.

HSL color Cylindrical-coordinate representation of color #426C9D: hue angle of 212.31º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #426C9D is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66108157-
CMYK0.580.3100.38
HSL212.31º40.81%43.73%-
HSV(B)212.31º57.96%61.57%-
XYZ13.714.3233.94-
YUV101.03159.59103.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=19.94%
G=32.63%
B=47.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661081570.580.3100.38212.3140.8143.73
Hex426C9D3A1F026d4292c
Octal10215423572370463245154
Binary100001011011001001110111101011111010011011010100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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