#426394

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

Shades of Mariner #426394

Tints of Mariner #426394

Color information

#426394 (or 0x426394) is unknown color: approx Mariner. HEX triplet: 42, 63 and 94. RGB value is (66,99,148). Sum of RGB (Red+Green+Blue) = 66+99+148=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #426394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426394 is #BD9C6B. Grayscale: #5E5E5E. Windows color (decimal): -12426348 or 9724738. OLE color: 9724738.

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

Color convert

RGB6699148-
CMYK0.550.3300.42
HSL215.85º38.32%41.96%-
HSV(B)215.85º55.41%58.04%-
XYZ12.0512.2229.74-
YUV94.72158.07107.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=21.09%
G=31.63%
B=47.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66991480.550.3300.42215.8538.3241.96
Hex426394372102Ad8262a
Octal10214322467410523304652
Binary1000010110001110010100110111100001010101011011000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426394; }

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

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

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

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

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

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

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

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