#4465AB

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

Shades of Mariner #4465AB

Tints of Mariner #4465AB

Color information

#4465AB (or 0x4465AB) is unknown color: approx Mariner. HEX triplet: 44, 65 and AB. RGB value is (68,101,171). Sum of RGB (Red+Green+Blue) = 68+101+171=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #4465AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4465AB is #BB9A54. Grayscale: #626262. Windows color (decimal): -12294741 or 11232580. OLE color: 11232580.

HSL color Cylindrical-coordinate representation of color #4465AB: hue angle of 220.78º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4465AB is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68101171-
CMYK0.600.4100.33
HSL220.78º43.1%46.86%-
HSV(B)220.78º60.23%67.06%-
XYZ14.3913.4840.37-
YUV99.11168.57105.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=20%
G=29.71%
B=50.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681011710.600.4100.33220.7843.146.86
Hex4465AB3C29021dd2b2f
Octal10414525374510413355357
Binary1000100110010110101011111100101001010000111011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4465AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4465AB; }

 p { color: rgb(68,101,171); }

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

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

 a { background-color: rgb(68,101,171); }

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

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

 span { border-color: rgb(68,101,171); }

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