#426695

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

Shades of Mariner #426695

Tints of Mariner #426695

Color information

#426695 (or 0x426695) is unknown color: approx Mariner. HEX triplet: 42, 66 and 95. RGB value is (66,102,149). Sum of RGB (Red+Green+Blue) = 66+102+149=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #426695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426695 is #BD996A. Grayscale: #606060. Windows color (decimal): -12425579 or 9791042. OLE color: 9791042.

HSL color Cylindrical-coordinate representation of color #426695: hue angle of 213.98º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #426695 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66102149-
CMYK0.560.3200.42
HSL213.98º38.6%42.16%-
HSV(B)213.98º55.7%58.43%-
XYZ12.4212.8330.26-
YUV96.59157.57106.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=20.82%
G=32.18%
B=47.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661021490.560.3200.42213.9838.642.16
Hex426695382002Ad6272a
Octal10214622570400523264752
Binary1000010110011010010101111000100000010101011010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426695; }

 p { color: rgb(66,102,149); }

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

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

 a { background-color: rgb(66,102,149); }

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

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

 span { border-color: rgb(66,102,149); }

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