#426595

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

Shades of Mariner #426595

Tints of Mariner #426595

Color information

#426595 (or 0x426595) is unknown color: approx Mariner. HEX triplet: 42, 65 and 95. RGB value is (66,101,149). Sum of RGB (Red+Green+Blue) = 66+101+149=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #426595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426595 is #BD9A6A. Grayscale: #5F5F5F. Windows color (decimal): -12425835 or 9790786. OLE color: 9790786.

HSL color Cylindrical-coordinate representation of color #426595: hue angle of 214.7º 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 #426595 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66101149-
CMYK0.560.3200.42
HSL214.7º38.6%42.16%-
HSV(B)214.7º55.7%58.43%-
XYZ12.3312.6430.22-
YUV96.01157.9106.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=20.89%
G=31.96%
B=47.15%

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
Decimal661011490.560.3200.42214.738.642.16
Hex426595382002Ad7272a
Octal10214522570400523274752
Binary1000010110010110010101111000100000010101011010111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426595; }

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

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

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

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

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

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

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

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