#4665AA

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

Shades of Mariner #4665AA

Tints of Mariner #4665AA

Color information

#4665AA (or 0x4665AA) is unknown color: approx Mariner. HEX triplet: 46, 65 and AA. RGB value is (70,101,170). Sum of RGB (Red+Green+Blue) = 70+101+170=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4665AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4665AA is #B99A55. Grayscale: #636363. Windows color (decimal): -12163670 or 11167046. OLE color: 11167046.

HSL color Cylindrical-coordinate representation of color #4665AA: hue angle of 221.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4665AA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70101170-
CMYK0.590.4100.33
HSL221.4º41.67%47.06%-
HSV(B)221.4º58.82%66.67%-
XYZ14.4413.5139.88-
YUV99.6167.73106.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=20.53%
G=29.62%
B=49.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701011700.590.4100.33221.441.6747.06
Hex4665AA3B29021dd2a2f
Octal10614525273510413355257
Binary1000110110010110101010111011101001010000111011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4665AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4665AA; }

 p { color: rgb(70,101,170); }

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

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

 a { background-color: rgb(70,101,170); }

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

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

 span { border-color: rgb(70,101,170); }

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