#4462A9

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

Shades of Mariner #4462A9

Tints of Mariner #4462A9

Color information

#4462A9 (or 0x4462A9) is unknown color: approx Mariner. HEX triplet: 44, 62 and A9. RGB value is (68,98,169). Sum of RGB (Red+Green+Blue) = 68+98+169=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 169 (66.41% from 255 or 50.45% from 335); Max value from RGB is 169 - color contains mainly: blue. Hex color #4462A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4462A9 is #BB9D56. Grayscale: #606060. Windows color (decimal): -12295511 or 11100740. OLE color: 11100740.

HSL color Cylindrical-coordinate representation of color #4462A9: hue angle of 222.18º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4462A9 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6898169-
CMYK0.600.4200.34
HSL222.18º42.62%46.47%-
HSV(B)222.18º59.76%66.27%-
XYZ13.9112.8339.28-
YUV97.12168.56107.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 169 (66.41% from 255) = 50.45%
R=20.30%
G=29.25%
B=50.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal68981690.600.4200.34222.1842.6246.47
Hex4462A93C2A022de2b2e
Octal10414225174520423365356
Binary1000100110001010101001111100101010010001011011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4462A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4462A9; }

 p { color: rgb(68,98,169); }

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

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

 a { background-color: rgb(68,98,169); }

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

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

 span { border-color: rgb(68,98,169); }

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