#426194

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

Shades of Mariner #426194

Tints of Mariner #426194

Color information

#426194 (or 0x426194) is unknown color: approx Mariner. HEX triplet: 42, 61 and 94. RGB value is (66,97,148). Sum of RGB (Red+Green+Blue) = 66+97+148=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #426194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426194 is #BD9E6B. Grayscale: #5D5D5D. Windows color (decimal): -12426860 or 9724226. OLE color: 9724226.

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

Color convert

RGB6697148-
CMYK0.550.3400.42
HSL217.32º38.32%41.96%-
HSV(B)217.32º55.41%58.04%-
XYZ11.8711.8529.68-
YUV93.54158.73108.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=21.22%
G=31.19%
B=47.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66971480.550.3400.42217.3238.3241.96
Hex426194372202Ad9262a
Octal10214122467420523314652
Binary1000010110000110010100110111100010010101011011001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426194; }

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

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

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

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

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

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

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

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