#426C9C

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

Shades of Mariner #426C9C

Tints of Mariner #426C9C

Color information

#426C9C (or 0x426C9C) is unknown color: approx Mariner. HEX triplet: 42, 6C and 9C. RGB value is (66,108,156). Sum of RGB (Red+Green+Blue) = 66+108+156=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #426C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C9C is #BD9363. Grayscale: #646464. Windows color (decimal): -12424036 or 10251330. OLE color: 10251330.

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

Color convert

RGB66108156-
CMYK0.580.3100.39
HSL212º40.54%43.53%-
HSV(B)212º57.69%61.18%-
XYZ13.6114.2833.49-
YUV100.91159.09103.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=20%
G=32.73%
B=47.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661081560.580.3100.3921240.5443.53
Hex426C9C3A1F027d4292c
Octal10215423472370473245154
Binary100001011011001001110011101011111010011111010100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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