#426095

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

Shades of Mariner #426095

Tints of Mariner #426095

Color information

#426095 (or 0x426095) is unknown color: approx Mariner. HEX triplet: 42, 60 and 95. RGB value is (66,96,149). Sum of RGB (Red+Green+Blue) = 66+96+149=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #426095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426095 is #BD9F6A. Grayscale: #5C5C5C. Windows color (decimal): -12427115 or 9789506. OLE color: 9789506.

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

Color convert

RGB6696149-
CMYK0.560.3600.42
HSL218.31º38.6%42.16%-
HSV(B)218.31º55.7%58.43%-
XYZ11.8511.6930.07-
YUV93.07159.56108.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=21.22%
G=30.87%
B=47.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66961490.560.3600.42218.3138.642.16
Hex426095382402Ada272a
Octal10214022570440523324752
Binary1000010110000010010101111000100100010101011011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426095; }

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

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

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

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

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

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

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

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