#426398

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

Shades of Mariner #426398

Tints of Mariner #426398

Color information

#426398 (or 0x426398) is unknown color: approx Mariner. HEX triplet: 42, 63 and 98. RGB value is (66,99,152). Sum of RGB (Red+Green+Blue) = 66+99+152=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #426398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426398 is #BD9C67. Grayscale: #5E5E5E. Windows color (decimal): -12426344 or 9986882. OLE color: 9986882.

HSL color Cylindrical-coordinate representation of color #426398: hue angle of 216.98º 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 #426398 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6699152-
CMYK0.570.3500.40
HSL216.98º39.45%42.75%-
HSV(B)216.98º56.58%59.61%-
XYZ12.3812.3531.44-
YUV95.18160.07107.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=20.82%
G=31.23%
B=47.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66991520.570.3500.40216.9839.4542.75
Hex4263983923028d9272b
Octal10214323071430503314753
Binary1000010110001110011000111001100011010100011011001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426398; }

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

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

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

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

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

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

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

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