#426195

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

Shades of Mariner #426195

Tints of Mariner #426195

Color information

#426195 (or 0x426195) is unknown color: approx Mariner. HEX triplet: 42, 61 and 95. RGB value is (66,97,149). Sum of RGB (Red+Green+Blue) = 66+97+149=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #426195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426195 is #BD9E6A. Grayscale: #5D5D5D. Windows color (decimal): -12426859 or 9789762. OLE color: 9789762.

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

Color convert

RGB6697149-
CMYK0.560.3500.42
HSL217.59º38.6%42.16%-
HSV(B)217.59º55.7%58.43%-
XYZ11.9511.8830.1-
YUV93.66159.23108.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=21.15%
G=31.09%
B=47.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66971490.560.3500.42217.5938.642.16
Hex426195382302Ada272a
Octal10214122570430523324752
Binary1000010110000110010101111000100011010101011011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426195; }

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

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

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

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

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

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

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

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