#426898

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

Shades of Mariner #426898

Tints of Mariner #426898

Color information

#426898 (or 0x426898) is unknown color: approx Mariner. HEX triplet: 42, 68 and 98. RGB value is (66,104,152). Sum of RGB (Red+Green+Blue) = 66+104+152=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #426898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426898 is #BD9767. Grayscale: #616161. Windows color (decimal): -12425064 or 9988162. OLE color: 9988162.

HSL color Cylindrical-coordinate representation of color #426898: hue angle of 213.49º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426898 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66104152-
CMYK0.570.3200.40
HSL213.49º39.45%42.75%-
HSV(B)213.49º56.58%59.61%-
XYZ12.8613.3331.6-
YUV98.11158.41105.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=20.50%
G=32.30%
B=47.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661041520.570.3200.40213.4939.4542.75
Hex4268983920028d5272b
Octal10215023071400503254753
Binary1000010110100010011000111001100000010100011010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426898; }

 p { color: rgb(66,104,152); }

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

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

 a { background-color: rgb(66,104,152); }

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

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

 span { border-color: rgb(66,104,152); }

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