#4265AC

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

Shades of Mariner #4265AC

Tints of Mariner #4265AC

Color information

#4265AC (or 0x4265AC) is unknown color: approx Mariner. HEX triplet: 42, 65 and AC. RGB value is (66,101,172). Sum of RGB (Red+Green+Blue) = 66+101+172=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #4265AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4265AC is #BD9A53. Grayscale: #626262. Windows color (decimal): -12425812 or 11298114. OLE color: 11298114.

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

Color convert

RGB66101172-
CMYK0.620.4100.33
HSL220.19º44.54%46.67%-
HSV(B)220.19º61.63%67.45%-
XYZ14.3513.4440.87-
YUV98.63169.4104.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=19.47%
G=29.79%
B=50.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661011720.620.4100.33220.1944.5446.67
Hex4265AC3E29021dc2d2f
Octal10214525476510413345557
Binary1000010110010110101100111110101001010000111011100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4265AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4265AC; }

 p { color: rgb(66,101,172); }

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

<style>
 a { background-color: #4265AC; }

 a { background-color: rgb(66,101,172); }

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

<style>
 span { border-color: #4265AC; }

 span { border-color: rgb(66,101,172); }

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