#426795

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

Shades of Mariner #426795

Tints of Mariner #426795

Color information

#426795 (or 0x426795) is unknown color: approx Mariner. HEX triplet: 42, 67 and 95. RGB value is (66,103,149). Sum of RGB (Red+Green+Blue) = 66+103+149=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #426795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426795 is #BD986A. Grayscale: #606060. Windows color (decimal): -12425323 or 9791298. OLE color: 9791298.

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

Color convert

RGB66103149-
CMYK0.560.3100.42
HSL213.25º38.6%42.16%-
HSV(B)213.25º55.7%58.43%-
XYZ12.5213.0330.29-
YUV97.18157.24105.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=20.75%
G=32.39%
B=46.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661031490.560.3100.42213.2538.642.16
Hex426795381F02Ad5272a
Octal10214722570370523254752
Binary100001011001111001010111100011111010101011010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426795; }

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

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

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

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

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

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

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

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