#4266B3

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

Shades of Mariner #4266B3

Tints of Mariner #4266B3

Color information

#4266B3 (or 0x4266B3) is unknown color: approx Mariner. HEX triplet: 42, 66 and B3. RGB value is (66,102,179). Sum of RGB (Red+Green+Blue) = 66+102+179=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #4266B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4266B3 is #BD994C. Grayscale: #636363. Windows color (decimal): -12425549 or 11757122. OLE color: 11757122.

HSL color Cylindrical-coordinate representation of color #4266B3: hue angle of 220.88º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4266B3 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB66102179-
CMYK0.630.4300.30
HSL220.88º46.12%48.04%-
HSV(B)220.88º63.13%70.2%-
XYZ15.1313.9244.54-
YUV100.01172.57103.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=19.02%
G=29.39%
B=51.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661021790.630.4300.30220.8846.1248.04
Hex4266B33F2B01Edd2e30
Octal10214626377530363355660
Binary100001011001101011001111111110101101111011011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4266B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4266B3; }

 p { color: rgb(66,102,179); }

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

<style>
 a { background-color: #4266B3; }

 a { background-color: rgb(66,102,179); }

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

<style>
 span { border-color: #4266B3; }

 span { border-color: rgb(66,102,179); }

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