#4462A6

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

Shades of Mariner #4462A6

Tints of Mariner #4462A6

Color information

#4462A6 (or 0x4462A6) is unknown color: approx Mariner. HEX triplet: 44, 62 and A6. RGB value is (68,98,166). Sum of RGB (Red+Green+Blue) = 68+98+166=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #4462A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4462A6 is #BB9D59. Grayscale: #606060. Windows color (decimal): -12295514 or 10904132. OLE color: 10904132.

HSL color Cylindrical-coordinate representation of color #4462A6: hue angle of 221.63º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4462A6 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6898166-
CMYK0.590.4100.35
HSL221.63º41.88%45.88%-
HSV(B)221.63º59.04%65.1%-
XYZ13.6312.7237.81-
YUV96.78167.06107.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 166 (65.23% from 255) = 50%
R=20.48%
G=29.52%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68981660.590.4100.35221.6341.8845.88
Hex4462A63B29023de2a2e
Octal10414224673510433365256
Binary1000100110001010100110111011101001010001111011110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4462A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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