#426190

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

Shades of Mariner #426190

Tints of Mariner #426190

Color information

#426190 (or 0x426190) is unknown color: approx Mariner. HEX triplet: 42, 61 and 90. RGB value is (66,97,144). Sum of RGB (Red+Green+Blue) = 66+97+144=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #426190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426190 is #BD9E6F. Grayscale: #5C5C5C. Windows color (decimal): -12426864 or 9462082. OLE color: 9462082.

HSL color Cylindrical-coordinate representation of color #426190: hue angle of 216.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426190 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6697144-
CMYK0.540.3300.44
HSL216.15º37.14%41.18%-
HSV(B)216.15º54.17%56.47%-
XYZ11.5611.7228.04-
YUV93.09156.73108.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=21.50%
G=31.60%
B=46.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66971440.540.3300.44216.1537.1441.18
Hex426190362102Cd82529
Octal10214122066410543304551
Binary1000010110000110010000110110100001010110011011000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426190; }

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

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

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

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

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

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

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

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