#4666A7

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

Shades of Mariner #4666A7

Tints of Mariner #4666A7

Color information

#4666A7 (or 0x4666A7) is unknown color: approx Mariner. HEX triplet: 46, 66 and A7. RGB value is (70,102,167). Sum of RGB (Red+Green+Blue) = 70+102+167=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #4666A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4666A7 is #B99958. Grayscale: #636363. Windows color (decimal): -12163417 or 10970694. OLE color: 10970694.

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

Color convert

RGB70102167-
CMYK0.580.3900.35
HSL220.21º40.93%46.47%-
HSV(B)220.21º58.08%65.49%-
XYZ14.2513.5938.43-
YUV99.84165.9106.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 167 (65.62% from 255) = 49.26%
R=20.65%
G=30.09%
B=49.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701021670.580.3900.35220.2140.9346.47
Hex4666A73A27023dc292e
Octal10614624772470433345156
Binary1000110110011010100111111010100111010001111011100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4666A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4666A7; }

 p { color: rgb(70,102,167); }

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

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

 a { background-color: rgb(70,102,167); }

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

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

 span { border-color: rgb(70,102,167); }

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